Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Where is the sql stored for a stored procedure?
Thanks for all the replies...
A summary
{user|all|dba}_source
LOCDB SQL> desc dba_source;
Name
OWNER NAME TYPE LINE TEXT
LOCDB SQL> select distinct type from dba_source ; TYPE
bob
> Im mucking about in the user_ views...
>
> Im seeing dba_objects type = 'procedure'; but need to find the sql
>
> Thanks
> bob
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Bob Metelsky INET: bmetelsky_at_cps92.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Feb 20 2003 - 08:53:41 CST