Skip to Main Content

Oracle Database Discussions

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!

How to query the dba_source for a procedure

428184Jan 26 2009 — edited Jan 26 2009
I queried the dba_source table for known text and return the text and name:

Select name, text from dba_source where text like '%show_ild%';

It returned :

DPCS
procedure show_ild ....................................................

How do I use this and query all the text?

If I user DPCS. show_ild as name it returns "No Rows"

Thanks.

STan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2009
Added on Jan 26 2009
3 comments
5,801 views