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: <ryan.gaffuri_at_cox.net>
Date: Mon, 22 Mar 2004 12:13:08 -0500
Message-Id: <20040322171308.CPQM13694.lakemtao02.cox.net@smtp.east.cox.net>


what is the difference between a parent and a child latch?
>
> From: "Bobak, Mark" <Mark.Bobak_at_il.proquest.com>
> Date: 2004/03/22 Mon AM 09:33:23 EST
> To: <oracle-l_at_freelists.org>
> Subject: RE: difference between child and parent latches?
>
> Ryan,
>
> The main difference is that for latches which there are multiples, such as cache buffers chains, there is only one parent row in v$latch_parent, whereas there is one row per latch in v$latch_children. Also, the statistics are only valid in the corresponding view. Meaning, GETS, SLEEPS, etc are only populated in v$latch_children for those latches where children are present, such as CBC. For those where there's only one, such as shared pool, that data is only populated in v$latch_parent.
>
> -Mark
>
> -----Original Message-----
> From: ryan.gaffuri_at_cox.net [mailto:ryan.gaffuri_at_cox.net]
> Sent: Monday, March 22, 2004 7:54 AM
> To: oracle-l_at_freelists.org
> Subject: difference between child and parent latches?
>
>
> I've been looking at v$latch_children and v$latch_parent and I'm having trouble seeing the differences?
>
> ----------------------------------------------------------------
> 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
> -----------------------------------------------------------------
> ----------------------------------------------------------------
> 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
> -----------------------------------------------------------------
>



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 - 11:09:41 CST

Original text of this message

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