Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Locks / Latches ??
I believe there are 8 different types of locks. Most prevalent are the exclusive locks(noone can touch this record, but you) and row share lock(I cant remember the rules on this one).
go to otn.oracle.com look in documentation, 9i database. Concepts. There is a section on locking.
You can release locks by issuing commit,rollback, or killing a session.
You have no control over latches directly. The type of action you take determines whether you aquire a latch.
>
> From: Veeraraju_Mareddi <rajuveera_at_satyam.com>
> Date: 2003/05/07 Wed AM 06:36:41 EDT
> To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> Subject: Locks / Latches ??
>
> Dear Gurus,
>
> I am not very clear on locks on oracle server. Can anybody tell me what are
> the different locks ?
> like table , row level.
>
> How it is different from latch.
>
> Appreciated if you can send me 2-3 ways to release locks / latches for each
> kind.
>
> Thanks in adv.
>
> Rajuveera
> **************************************************************************
> This email (including any attachments) is intended for the sole use of the
> intended recipient/s and may contain material that is CONFIDENTIAL AND
> PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
> distribution or forwarding of any or all of the contents in this message is
> STRICTLY PROHIBITED. If you are not the intended recipient, please contact
> the sender by email and delete all copies; your cooperation in this regard
> is appreciated.
> **************************************************************************
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Veeraraju_Mareddi
> INET: rajuveera_at_satyam.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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).
>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: <rgaffuri_at_cox.net INET: rgaffuri_at_cox.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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).Received on Wed May 07 2003 - 07:03:03 CDT