SHOW PACKAGE BODY STATUS
List stored package bodies. View metadata about the implementation part of Oracle-compatible packages.
Syntax
SHOW PACKAGE BODY STATUS
[LIKE 'pattern' | WHERE expr]Description
Examples
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_ciSee Also
Last updated
Was this helpful?

