Database Administration (MOSC)

MOSC Banner

Querying Procedure and Function Names inside a Package

edited May 12, 2013 11:57PM in Database Administration (MOSC) 2 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center