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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I know whether procedure is running or not ?

Re: How do I know whether procedure is running or not ?

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Sun, 20 Feb 2005 14:57:55 -0800
Message-ID: <1108940097.519947@yasure>


fmarchioni_at_libero.it wrote:

> Hi all!
> Can anybody point out how to check if a stored procedure
> is executing ? (Is there a table which contains references
> to objects which are in execution ?)
> Thanks a lot
> Francesco

To do this you need to write your procedure properly ... which means putting a call to DBMS_APPLICATION_INFO.SET_MODULE as the first line of code after BEGIN.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Sun Feb 20 2005 - 16:57:55 CST

Original text of this message

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