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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RE: difference between child and parent latches?

Re: RE: difference between child and parent latches?

From: Paul Baumgartel <treegarden_at_yahoo.com>
Date: Mon, 22 Mar 2004 15:26:56 -0800 (PST)
Message-ID: <20040322232656.7602.qmail@web13424.mail.yahoo.com>


Each latch in the system has an entry in v$latch. For some latches, this is the only entry. For others, there are additional entries in v$latch_children. These latches have a set of children, each of which protects a subset of the named object. For example, the ‘cache buffers chains’ latch has a number of children; each of the child latches protects a set of hash buckets in the db block cache.


Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Mar 22 2004 - 20:10:27 CST

Original text of this message

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