Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Lock
I think the only way to not acquire a row level lock, is to use one of the fabled "Undocumented Parameters" (if this is what you mean of course). I do have to say that using this kind of parameter without the backing of OWS, is not advisable, and therefore, will refrain from telling you which one it is :)
If you mean table locking, then the simple select you have shown below also will hold no locks, as this is simply a select statement.
List correct me if I'm wrong..
HTH Mark
-----Original Message-----
Sent: Tuesday, July 24, 2001 04:45
To: Multiple recipients of list ORACLE-L
hi all,
Aay body know, how you can control the lock during the sql code. eg select a,b,c from tablea with NO LOCK. how you can control the locking.
thanks in advance all of you
The information contained in this message and any attachments is intended only for the use of the individual or entity to which it is addressed, and may contain information that is PRIVILEGED, CONFIDENTIAL and exempt from disclosure under applicable law. If you have received this message in error, you are prohibited from copying, distributing, or using the information. Please contact the sender immediately by return e-mail and delete the original message from your system.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Hamid Alavi INET: halavi_at_xcare.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Tue Jul 24 2001 - 04:06:35 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mark Leith INET: mark_at_cool-tools.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |