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: How to determine if a stored procedure is used (executed) in the database?

Re: How to determine if a stored procedure is used (executed) in the database?

From: Maimon Oded <oded.maimon_at_gmail.com>
Date: Thu, 10 Nov 2005 10:00:17 +0200
Message-ID: <afc75c420511100000g1066f5b8l974a64f7fce78d6e@mail.gmail.com>


monitor dba_ddl_locks view
or the x$ tables that the view is based on

 On 11/10/05, San Sridharan <san_oracle_dba_at_yahoo.com> wrote:
>
> For index we can monitor the index and find out if it's been used.
> Other than adding custom code to the stored procedure to track it's
> execution, is there any other way to do it without modifying it?
> Thanks,
> San
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Nov 10 2005 - 02:02:25 CST

Original text of this message

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