Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: 10.1.0.3 RAC on Solaris 8-9
"Alexey Sergeyev" <saefido7_at_devexperts.com> wrote in message news:<cjr5o6$170d$1_at_news.rtcomm.ru>...
>...
>...
Just a guess. Metalink Note:220970.1 talks about VIP and says "Without using VIPs, clients connected to a node that died will often wait for a TCP/IP timeout period before getting an error. This can be as long as 10 minutes or more." Maybe that 10 minutes is 5 minutes in your case. If this is not configured anywhere under $ORACLE_HOME, it may be controlled by one of your system TCP parameters. I think you're using Solaris. For your convenience, run this
for i in $(ndd /dev/tcp \? | awk '{print $1}'); do
echo $i; ndd /dev/tcp $i
done > nddoutput
Look at nddoutput to see if there's anything close to 5 minutes plus 4 seconds (304000 ms).
As I said, it's a guess. I suggest you open a Tar with Oracle and post back when you find the answer. We'll all benefit. Thanks.
Yong Huang Received on Tue Oct 05 2004 - 10:50:04 CDT