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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: db_file_multiblock_read_count causing full scans to take longer?

RE: db_file_multiblock_read_count causing full scans to take longer?

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Tue, 19 Dec 2006 12:01:43 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45059E2671@NT15.oneneck.corp>


What version? What is your mbrc system stat?

Yes, the higher dbfmbrc should generally improve the speed of full scans, that is assuming that it actually makes a difference in the number of required I/O operations. Often the effective multiblock read size isn't even close to your dbfmbrc setting due to some blocks already being cached, extent boundaries, etc. Are you sure you have the exact same plan for this query before and after the increase in dbfmbrc? Can you share the plans, executions statistics and wait event summary (9i+) from tkprof with both dbfmbrc settings? Be sure to run the trace with WAITS and statistics_level=all.

Regards,
Brandon

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Dec 19 2006 - 13:01:43 CST

Original text of this message

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