Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RE: difference between child and parent latches?
Ryan:
My understanding is whenever/whereever,
a)single latch is not sufficiant to protect the entire data structure b)the contention for that particular latch is severe and the structure can be logically split in to multiple data structures
multiple latches are implemented and grouped as parent-child relationships.
So to answer your question, both are essentially same, but the child latches are created during instance startup (parents are defined in the code) and the number of children can be controlled by some underscore parameters.
Hope this answers your question ! if not Ask Steve Adams
Regards,
Gopal
-- 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 Tue Mar 23 2004 - 07:00:12 CST
![]() |
![]() |