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: Urgent: db file sequential read - wait

RE: Urgent: db file sequential read - wait

From: John Kanagaraj <john.kanagaraj_at_hds.com>
Date: Wed, 31 Mar 2004 11:06:47 -0800
Message-ID: <35CFD500D7BDCE43B9030BBA5979DC181D9448@ussccem13.hds.com>


Mladen,

>> Not many realize this, but v$session_wait records and
>displays the _last_
>> *instrumented* wait event.
>
>That is not quite true. If the status is "WAITING", then the
>session is waiting now.

Yes, I partly agree :( To correct the situation, I will modify my statement to say 'v$session_wait records and displays the _last_ *instrumented* wait event, and the session is performing some other *uninstrumented* operation unless the STATUS is "WAITING".' Thus, a wait event such as 'enqueue' with a "WAITING" status indicates a session that is waiting for a resource to be freed, but an active session with 'db file sequential read' and a status of 'WAITED SHORT TIME' and an unchanging SEQ# indicates that the process is probably spinning on LIOs.

Cary - any comments on this? Actually, I inferred this little nugget from reading between the lines in your book.

John Kanagaraj <><
DB Soft Inc
Phone: 408-970-7002 (W)

Grace - Getting something we do NOT deserve Mercy - NOT getting something we DO deserve Click on 'http://www.needhim.org' for Grace and Mercy that is freely available!

Received on Wed Mar 31 2004 - 13:02:02 CST

Original text of this message

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