All pages
Powered by GitBook
1 of 1

Loading...

SHOW PACKAGE BODY STATUS

List stored package bodies. View metadata about the implementation part of Oracle-compatible packages.

Syntax

Description

The SHOW PACKAGE BODY STATUS statement returns characteristics of stored package bodies (implementations), such as the database, name, type, creator, creation and modification dates, and character set information. A similar statement, , displays information about stored package specifications.

The LIKE clause, if present, indicates which package names to match. The WHERE and LIKE clauses can be given to select rows using more general conditions, as discussed in .

The in the INFORMATION_SCHEMA database contains more detailed information.

Examples

See Also

This page is licensed: CC BY-SA / Gnu FDL

SHOW PACKAGE BODY STATUS
    [LIKE 'pattern' | WHERE expr]
SHOW PACKAGE STATUS
Extended SHOW
ROUTINES table
SHOW PACKAGE STATUS
SHOW CREATE PACKAGE BODY
CREATE PACKAGE BODY
DROP PACKAGE BODY
SHOW PACKAGE BODY STATUS LIKE 'pkg1'\G
*************************** 1. row ***************************
                  Db: test
                Name: pkg1
                Type: PACKAGE BODY
             Definer: root@localhost
            Modified: 2018-02-27 14:44:14
             Created: 2018-02-27 14:44:14
       Security_type: DEFINER
             Comment: This is my first package body
character_set_client: utf8
collation_connection: utf8_general_ci
  Database Collation: latin1_swedish_ci
Oracle SQL_MODE