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 bufer waits - solved

free bufer waits - solved

From: Rahul <rahul_at_ratelindo.co.id>
Date: Tue, 25 Sep 2001 03:54:37 -0700
Message-ID: <F001.0039773A.20010925040123@fatcity.com>

list,
finally i was able to solve the free buffer waits in my instance. These waits
were saturating the db and the response time of a select count(*) on a 5 million
rows was 7 hours !!!

i altered the table to include PARALLE 3, and specified the min_parallel server = 3
bounced the db and voila !! all the waits vanished !!

another problem was ... the scattered read of a FTS was NOT reaching multiblock_count
after altering the tables... the FTS is also reading the required no. of blocks !!

when i do a select count(*) with a NOPRALLEL hint it still makes free buffer waits and other
problems...

CONCLUSION
i am not able to figure out why ???

TIA
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 Tue Sep 25 2001 - 05:54:37 CDT

Original text of this message

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