Code Search for Keywords
551121Sep 7 2007 — edited Sep 7 2007Hi 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