Do we need to set DISABLE_OOB at DB server’s sqlnet.ora or at application server’s sqlnet.ora, or at
We have a single instance DB 19.14 EE on AIX PowerHA cluster, serving application on a Windows host. As we had experienced interruptions in the connectivity between the application server(with Oracle client) and DB server we had opened on the subject SR. The recomendation was to disable ability to send and receive out of band break messages and monitor connection issues for sometime:
in sqlnet.ora on DB side setting DISABLE_OOB parameter in sqlnet.ora file. In Doc ID 2794952.1 we see recomendation to set DISABLE_OOB=YES on the database side.
Please, confirm:
1) Are DISABLE_OOB=YES and DISABLE_OOB=ON equivalent?