Keep Oracle connection active
With 12c the DCD mechanism changed and does not use SQL*Net probes anymore. Our application aware firewalls were not able to detect the connections anymore and terminated connections. Only after I reverted to the old DCD mechanism by setting USE_NS_PROBES_FOR_DCD=truein sqlnet.ora my sessions continued to run.
Comments
Post a Comment