Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: free bufer waits - solved
I think that is because if you use parallel option oracle read in direct I/O mode.
> 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).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: claudio cutelli INET: c_cutelli_at_hotmail.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 Tue Sep 25 2001 - 07:23:06 CDT