ORA-03136: inbound connection timed out
ORA-03136: inbound connection timed out
----------------------------------------------------------
usually this error we can rectify by adding below paramter in listner and sqlnet file and
re bounce the listener
Step 1. In $ORACLE_HOME/network/admin/listener.ora, add the line:
INBOUND_CONNECT_TIMEOUT_LISTENER = 0
Step 2. In the Oracle Server 10g sqlnet.ora, add the line:
SQLNET.INBOUND_CONNECT_TIMEOUT = 0
Step 3. Stop and restart the listener/rebounce listner for the changes to take effect.
thanks for your visit!
please comment if you have any suggestions!!!
Comments
Post a Comment