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

Home -> Community -> Usenet -> c.d.o.server -> Re: About locking

Re: About locking

From: PaulCinVT <paulcinvt_at_aol.com>
Date: 07 Jul 1999 17:18:16 GMT
Message-ID: <19990707131816.05316.00004402@ngol02.aol.com>


Whole Table
LOCK TABLE tablename
IN EXCLUSIVE MODE
NOWAIT: Specified Row(s)
SELECT * FROM tablename
WHERE <something>
FOR UPDATE
NOWAIT: In both cases...the NOWAIT will return to your code immediately if the lock condition cannot be satisfied.

Paul in VT Received on Wed Jul 07 1999 - 12:18:16 CDT

Original text of this message

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