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

Home -> Community -> Mailing Lists -> Oracle-L -> low number of free buffers in the buffer cache

low number of free buffers in the buffer cache

From: Gurelei <gurelei_at_yahoo.com>
Date: Tue, 19 Aug 2003 09:59:24 -0800
Message-ID: <F001.005CB8E6.20030819095924@fatcity.com>


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



Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
-- 
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-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Tue Aug 19 2003 - 12:59:24 CDT

Original text of this message

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