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

Home -> Community -> Mailing Lists -> Oracle-L -> async disk IO in RAC

async disk IO in RAC

From: Sami Seerangan <dba.orcl_at_gmail.com>
Date: Wed, 14 Sep 2005 12:18:32 -0400
Message-ID: <f09dd628050914091818578ea@mail.gmail.com>


We are experiencing so much "async disk IO" wait event as below.

What could be wrong? Do I have to look at any init parameters?

SQL> select inst_id,SECONDS_IN_WAIT,sid,event from gv$session_wait where EVENT='async disk IO';  

 INST_ID SECONDS_IN_WAIT SID EVENT
---------- --------------- ---------- ------------------------------
 1 186185 2 async disk IO
 3 186183 2 async disk IO
 2 186184 2 async disk IO

--

http://www.freelists.org/webpage/oracle-l Received on Wed Sep 14 2005 - 11:34:56 CDT

Original text of this message

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