Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Procedures within Packages
Get ready to write your own code ... this is not documented anywhere AFAIK, I have been looking
for it since 1997.
Raj
--- Mike Schmitt <mschmitt_at_uchicago.edu> wrote:
>
>
> Hi all,
>
> dba_dependencies tells us which tables that a package touches. However, a
> package might consist of 20 separate procedures. We have been asked to find
> out what tables each procedures of a package reference.
>
> for example:
>
> test.proc1 references tables: emp, department, region
> test.proc2 references tables: emp
> test.proc3 references tables: region, department
>
> Thanks for the help
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Jul 01 2004 - 06:00:32 CDT
![]() |
![]() |