Blog / People and Culture Blog
ORA-12609: TNS: Receive timeout occurred 12 & 19c
Sometimes You can get “ORA-12609: TNS: Receive timeout occurred ” error.
Details of error are as follows.
ORA-12609: TNS: Receive timeout occurred
SQLNET.SEND_TIMEOUT=n
E.g.
SQLNET.SEND_TIMEOUT=300
In my case to solve this error, added the following parameters to the sqlnet.ora file under $ORACLE_HOME/network/admin/
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT) SQLNET.INBOUND_CONNECT_TIMEOUT=360 SQLNET.RECV_TIMEOUT=10 SQLNET.SEND_TIMEOUT=10
