Querying Procedure and Function Names inside a Package
Hi Everyone,
I was looking for Oracle database dynamic or fixed views that can be used to display the procedure and function names inside the a package.
For example, the SYS.DBMS_STATS package, when I describe the package, I will be able to see all the procedures and functions of that package.
---- example ---
FUNCTION TO_NO_INVALIDATE_TYPE RETURNS BOOLEAN
Argument Name Type In/Out Default?
------------------------------ ----------------------- ------ --------
NO_INVALIDATE VARCHAR2 IN
PROCEDURE UNLOCK_PARTITION_STATS
Argument Name Type In/Out Default?
------------------------------ ----------------------- ------ --------
OWNNAME VARCHAR2 IN
TABNAME VARCHAR2 IN
PARTNAME VARCHAR2 IN
0