Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: LISTENER issue
I don't understand very well the solution :
does SQLNET.INBOUND_CONNECT_TIMEOUT = 0 means ignore the parameter or Zero wait tolerance ? In all case i don't see the logic behind the workaround
B. Polarski
http://www.smenu.org
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]
Sent: Tuesday, 06 June, 2006 9:27 PM
To: nirmalya_at_hln.com; oracle-l_at_freelists.org
Subject: RE: LISTENER issue
What does your alert log say? You may be hitting a bug I found in 10.2.0.2 (Bug 4745075)
If you are getting this error, ora-3136, set these parameters -
In the sqlnet.ora add -
SQLNET.INBOUND_CONNECT_TIMEOUT = 0
Listener.ora -
SUBSCRIBE_FOR_NODE_DOWN_EVENT_<listener name> = OFF
INBOUND_CONNECT_TIMEOUT_<listener name> = 0
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jun 07 2006 - 02:29:14 CDT