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

Home -> Community -> Usenet -> c.d.o.server -> Re: 99% IOWAIT with Oracle RAC 10g (10.1.0.4) on Linux

Re: 99% IOWAIT with Oracle RAC 10g (10.1.0.4) on Linux

From: Bart the bear <bartthebear_at_gmail.com>
Date: 10 Jun 2005 11:58:01 -0700
Message-ID: <1118429881.266275.54400@g14g2000cwa.googlegroups.com>


Matt, try with netstat -s and see whether you have packet counts increasing.
On Linux, there is "watch" command which can repeat given command in regular intervals. See the packet counts with watch -n 5 "netstat -i".  Common wisdom tells you that if it isn't disk-related, it must be network-related. Personally, I always blame the network first. That keeps
the network guys on their toes. Your database may be synchronizing and reconfiguring PCL lock database, which is a joyous process which freezes both instances. There is a definite logic there. If neither instance works, then you cannot brak any of them. Hence, the Oracle is unbreakable, as in the marketing papers. Received on Fri Jun 10 2005 - 13:58:01 CDT

Original text of this message

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