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

Home -> Community -> Mailing Lists -> Oracle-L -> free buffer waits ? but SGA is full of FREE buffers !!

free buffer waits ? but SGA is full of FREE buffers !!

From: Rahul <rahul_at_ratelindo.co.id>
Date: Fri, 21 Sep 2001 22:39:05 -0700
Message-ID: <F001.00395739.20010921224017@fatcity.com>

list, (AIX, 7.3.2)
i have found another abnomality which my db is suddenly showing.. when doing a count(*) on a million row table.... the session is waiting on "free buffer waits" !! i have 80M db buffers and most of them are empty/free !!
all the free buffer waits are on one of the db file belonging to the table i am reading.
i'm runniing 4 dbwr's, and have async io set to false.

again... most of the buffers are FREE

select decode(state,0,'free',1,'Xclusive',2,'Shared',3,'Consistent

read',4,'disk read','other') STATE,     
        count(*)

from sys.x$bh
group by state
/

regards
=Rahul

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Rahul
  INET: rahul_at_ratelindo.co.id

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Sat Sep 22 2001 - 00:39:05 CDT

Original text of this message

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