How to set SQLNET.RECV_TIMEOUT parameter for a particular connection
A production database with multiple LADs (log_archive_dest_n) is consistently registering ORA-12609 errors in the alert log for one of the destinations. From MOS Doc ID 1335630, it seems like I need to increase the SQLNET.RECV_TIMEOUT parameter to be higher than the 60 seconds default value. However, I don't want to increase this value for the other standby databases (LADs) that don't have the "Received time-out" error. Is there way I can specify different SQLNET.RECV_TIMEOUT parameter value for each LAD?
Thanks in advance.