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: buffer busy waits for data block

Re: buffer busy waits for data block

From: Serge <rulsl_at_chat.ru>
Date: Tue, 9 Feb 1999 22:54:58 +0300
Message-ID: <79q3qb$kef$1@news2.aha.ru>


Buffer busy waits ratio=(buffer busy waits)/(consistent gets + db block gets)
If this ration is greater than 5% there is a problem. As usual, this problem indicates
a wait for a rollback segment buffer. You should add more rollback segments until
"undo header waits" is 0 in V$WAITSTAT. Also this problem can point to low value of
"free lists" option (if you have multiple processors).

Torsten Kleinblotekamp wrote <36C00480.7E11F9C5_at_it-mannesmann.de> ...
>I think we've got to many buffer busy wait. The database-buffer hitratio
>is still o.k. How can I fix this problem?
>
>Thanks
>
Received on Tue Feb 09 1999 - 13:54:58 CST

Original text of this message

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