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

Home -> Community -> Usenet -> comp.databases.oracle -> Re: How to protect a PL/SQL proc / func from running more than oneinstance simultaenously

Re: How to protect a PL/SQL proc / func from running more than oneinstance simultaenously

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Wed, 18 Feb 2004 07:10:04 -0500
Message-ID: <vbCdnS7ZNpvDy67dRVn iw@comcast.com>

there's no inherent mechanism -- you'd have to use a user-defined lock or a temporary table or even a SELECT FOR UPDATE on an appropriate row to prevent concurrent execution

what's the reason?

  is it possible to protect a PL/SQL proc / func from running more than one instance simultaenously ?

  Thanks
  Peter

--
Received on Wed Feb 18 2004 - 06:10:04 CST

Original text of this message

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