Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Procedures within Packages

Re: Procedures within Packages

From: Raj Jamadagni <rjamya_at_yahoo.com>
Date: Thu, 1 Jul 2004 04:03:54 -0700 (PDT)
Message-ID: <20040701110354.44159.qmail@web50002.mail.yahoo.com>


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
>



Best Regards
Raj

select mandatory_disclaimer from company_requirements;                 

Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US