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

Home -> Community -> Usenet -> c.d.o.tools -> Re: What's the " latch "

Re: What's the " latch "

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: Mon, 6 Nov 2000 15:22:52 GMT
Message-ID: <3A06CCCC.CD094782@edcmail.cr.usgs.gov>

Trister,

Latches are kind of like locks. Locks will "lock" data in a table so that only one user can update the data at a time. Latches also lock things, but instead of tables or rows in a table being locked, latches lock memory structures or other things that Oracle needs to get it's job done. Simply put, locks lock the data from simultaneous update by more than one user and latches lock the Oracle internal structures to prevent simultaneous access to the structures by more than one user.

HTH,
Brian

Trister Yang wrote:
>
> I have read in oracle concept, but I really don't know what's the
> "latch" mean?
>
> I will appreciate for any reply!
 

-- 
========================================
Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my 
company!
========================================
Received on Mon Nov 06 2000 - 09:22:52 CST

Original text of this message

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