Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> DB File Sequential Reads
Hi Fellas,
An old SIEBEL application running against a 7.3.4 database on NT. There are performance issues. A query which runs with in no time on the QA box, takes 2 minutes on the production. Optimizer is set to RULE. The access plan is the same on both the boxed for the query. On Production, V$waitstat showed me lots of waits for 'data blocks', v$system_event showed me waits for 'db file sequential reads' and 'buffer busy waits'. From v$session_wait, I tracked this down to a single table. v$filestat shows me lot of physical reads for the disk where the datafile holding that table resides. The same table is spread across two datafiles on different drives on the QA, whereas its spread across a single drive on Production. Increasing the free lists on the table is also an option I am considering. What I would also like to know is:
Thank You for your help.
Raj
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: Rajesh.Rao_at_jpmchase.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 Thu Feb 07 2002 - 11:45:18 CST
![]() |
![]() |