SHOW PACKAGE STATUS
List stored packages. View metadata about the interface part of Oracle-compatible packages in the database.
Syntax
SHOW PACKAGE STATUS [LIKE 'pattern' | WHERE expr]Description
The SHOW PACKAGE STATUS statement returns characteristics of stored package specifications, such as the database, name, type, creator, creation and modification dates, and character set information. A similar statement, SHOW PACKAGE BODY STATUS, displays information about stored package bodies (i.e. implementations).
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 Extended SHOW.
The ROUTINES table in the INFORMATION_SCHEMA database contains more detailed information.
Examples
SHOW PACKAGE STATUS LIKE 'pkg1'\G *************************** 1. row *************************** Db: test Name: pkg1 Type: PACKAGE Definer: root@localhost Modified: 2018-02-27 14:38:15 Created: 2018-02-27 14:38:15 Security_type: DEFINER Comment: This is my first package character_set_client: utf8 collation_connection: utf8_general_ci Database Collation: latin1_swedish_ciSee Also
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?
.png?alt=media&token=7e7f4c73-9972-4e67-9a1a-74dc18591022&width=260&dpr=4&quality=100&sign=760f8d93&sv=2)
.png?alt=media&token=ee5a45b3-d05b-4bb5-97d0-0f25c5eeb110&width=260&dpr=4&quality=100&sign=12bc3702&sv=2)