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

Home -> Community -> Usenet -> c.d.o.server -> Re: 8.1.7 cache buffer chains contention

Re: 8.1.7 cache buffer chains contention

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Tue, 28 Aug 2001 13:19:45 +0100
Message-ID: <999001052.21581.0.nnrp-07.9e984b29@news.demon.co.uk>

The reported problem was 'cache buffers chains' latching, with one specific block being responsible for most of the lost time. This can only arise if (a) the latch is acquired too frequently for that buffer, or (b) the latch is held to long for that buffer.

I doubt if LRU latching comes into it at all - although if the database write rate was too ferocious, then we would perhaps expect to see other waits appearing in association with this latch wait.

--
Jonathan Lewis
http://www.jlcomp.demon.co.uk

Host to The Co-Operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Author of:
Practical Oracle 8i: Building Efficient Databases

Screen saver or Life saver: http://www.ud.com
Use spare CPU to assist in cancer research.

Nuno Souto wrote in message <3b8b7406.4484189_at_news>...

>On Tue, 28 Aug 2001 07:58:20 +0100, "Jonathan Lewis"
><jonathan_at_jlcomp.demon.co.uk> wrote:
>
>>
>>I've had a couple of thoughts about your latching
>>problem, and changes to the way Oracle may be
>>working.
>>
>
>Do you think he should be using a lot more LRU latches?
>(> 300000 buffers for only 30 of them, with probably a CPU farm
>sitting in there too, there could be a problem if there is lots of
>concurrent access to same table/index)
>
>
>Cheers
>Nuno Souto
>nsouto_at_optushome.com.au.nospam
Received on Tue Aug 28 2001 - 07:19:45 CDT

Original text of this message

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