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!

Finding Dependency Relationships

742228Apr 20 2010 — edited May 13 2010
Hi -

I would like to find the following dependency relationships in the database:

1. Query to find :
- Packages being invoked from a particular package i..e if we give the package-name as the input - the query should give the names of all packages being called from within it.
- Packages that invoke the current package i.e. a list of packages which are invoking the current package.

2. Query to find the packages where a particular function / stored procedure is being used. Here we can provide the function name as the input parameter.

3. Query to find the packages where a particular table is being used. Here the input parameter would be the table name.

Please let me know how I can frame the above queries.

Regards -
Sandeep
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2010
Added on Apr 20 2010
6 comments
1,001 views