Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: free buffer waits ? but SGA is full of FREE buffers !!
Rahul,
Again Free Buffer wait does not directly correspond to the database buffer cache. This can happen even if you have umpteen free buffers in the buffer cache.
This generally happens during FTS of a
large table , which is what happening in
your case. If you have primary key defined
for that table I advice forcing primary key
for that SELECT COUNT(*)..
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: K Gopalakrishnan
INET: kaygopal_at_yahoo.com
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 - 01:48:36 CDT