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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Code Search for Keywords

551121Sep 7 2007 — edited Sep 7 2007
Hi All,
I need some help from advance sql users.
I have for ex. some 100 table names in a custom table. and i want to search oracle's dba_source table for packages/functions/procedures. The output i want is e.g.
<Package Name> < Table Name>

Here this <Table name> is referred by the <Package Name>. In short i am trying to see these 100 table are referred by how many package/procedure/function code..i.e one by one.

I am trying to find a way to write a SQL Query for this.(not cursors and packages etc.). Please help with your opinions

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2007
Added on Sep 7 2007
2 comments
303 views