Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Redo latch question
Also,
If you have multiple redo copy latches (which is almost invariably the case), a process may try to grab a latch, miss because it is in use, grab the next one, miss etc.
You may find that willing_to_wait gets on redo latch allocation is quite close to 'immediate gets' MINUS 'immediate misses' on redo copy latch, plus a fudge factor close to the 'redo small copies' sysstat statistic.
--
Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk
akolk - gelrevision.nl wrote in message
<3786447C.5164A290_at_gelrevision.nl>...
>LGWR also tries to get the copy latches before it writes out the redo.
>
>webbo wrote:
>
>> If every redo copy must obtain an allocation latch, but does not
necessarily
>> need a copy latch (depending on settings of log_small_entry_max_size &
>> log_simultaneous_copies parameters), how come my gets+im_gets are greater
for
>> the redo copy latch???
Received on Fri Jul 09 1999 - 14:34:53 CDT
![]() |
![]() |