Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> free buffer waits ? but SGA is full of FREE buffers !!
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(*)
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