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: David Aldridge <slimdave_at_yahoo.com>
Date: 17 Feb 2005 21:30:46 -0800
Message-ID: <1108704646.922837.115040@l41g2000cwc.googlegroups.com>


Just a guess, but are you trying to prevent more a procedure from being executed more than once at the same time? If so then use the DBMS_LOCK package to get an exclusive lock when the procedure starts, and release at the end. Received on Thu Feb 17 2005 - 23:30:46 CST

Original text of this message

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