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
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
Last updated
Was this helpful?

