Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

getting the metadata of procedures defined inside packages...

679196Apr 27 2009 — edited Apr 27 2009
Dear All,

i want to extract the metadata for procedures and functions in my db.

i am using the DBMS_METADATA.GET_DDL(ObjectType,ObjectName) to get the metadata of certain objects (PROCEDURES,FUNCTIONS and PACKAGE_BODY)

however this method is not quiet usefull when my target is to get the metadata for a single procedure/function defined inside package's body', where i dont need

the whole package body to be returned only the specific Procedure/ Function defined in it...

it seems that the Package Body is defined as one object regardless of how many Procedures / Functions are defined in it...

isnt there any place/repository that stores the procedures and functions defined inside a package body along with their metadata explicitly one bye one , so i can

extract them and search them one bye one...

Thank you

Basem Sayej...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 25 2009
Added on Apr 27 2009
4 comments
1,466 views