Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I know whether procedure is running or not ?
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