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: many seconds waiting for I/O?

Re: many seconds waiting for I/O?

From: Hemant K Chitale <hkchital_at_singnet.com.sg>
Date: Mon, 30 Jul 2007 00:03:12 +0800
Message-Id: <200707291603.l6TG3GqI020153@smtp18.singnet.com.sg>

V$SESS_IO gives you cumulative statistics for the session. V$SESSION columns WAIT_TIME, SECONDS_IN_WAIT and STATE present only the *current* wait.

If db_file_sequential_read is always your wait, rather than CONSISTENT_GETS, look at
PHYSICAL_READS from V$SESS_IO.

Also, use V$SESSION_EVENT to see cumulative waits for the session -- then you will know which event the session has spent the most time on. You can take incremental
snapshots of V$SESSION_EVENT to identify the waits between intervals.

Hemant K Chitale

At 10:39 PM Friday, amonte wrote:
>Hi
>
>I was joining v$session, v$sess_io, and v$process, the interval
>every 5 to 10 seconds
>
>Thanks
>
>Alex
>
>
>

Hemant K Chitale
http://hemantoracledba.blogspot.com

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Jul 29 2007 - 11:03:12 CDT

Original text of this message

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