Hi ALL,
11gR1
Our listener has lots of display > ORA-3136: WARNING Inbound Connection Timed Out
The recommendation is to set SQLNET.INBOUND_CONNECT_TIMEOUT = 120
Do I need to add it both to SQLNET.ORA and LISTENER.ORA? or either only?
Step1
Edit the server side sqlnet.ora file and add this parameter:
SQLNET.INBOUND_CONNECT_TIMEOUT=<n> Where <n> is the value in seconds.
Step2
Edit the listener.ora file and add this parameter:
INBOUND_CONNECT_TIMEOUT_<listenername> = <n> Again, where <n> is the timeout value in seconds.
Kind regards,
jc