Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> low number of free buffers in the buffer cache
Hi.
I have noticed that the number of free db buffers in my bd cache is pretty low. Based on this query
select decode(state,0,'Free',1,decode
lrba_seq,0,'Available','Being Used'),
'Being Used',state) "Block Status",
count(*)
from x$bh
group by
decode(state,0,'Free',1,decode(lrba_seq,0,'Available','Being
Used'),
3,'Being Used',state)
I see 36000 available buffers and about 1000 being
used. I don't have any complaints about performance
(yet) and I know that too many free buffers indicates
that the db_cache is too big. Is there the minimum
number of free buffers that I would need to keep or
can I just ignore it.
TIA Gene
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Gurelei INET: gurelei_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Tue Aug 19 2003 - 12:59:24 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |