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: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Mon, 06 Nov 2000 19:14:33 +0000
Message-ID: <3A070319.18E7@yahoo.com>

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!

A "lock" is what you typically take out on table rows to ensure that no-one writes to the same row at the same time...

A "latch" is a lock for memory - so that no-one writes to the same memory at the same time...

HTH

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Mon Nov 06 2000 - 13:14:33 CST

Original text of this message

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