Fatal NI connect error 12170
***********************************************************************
Fatal NI connect error 12170.
VERSION INFORMATION:
TNS for Linux: Version 11.2.0.3.0 - Production
Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
Time: 20-AUG-2014 22:55:37
Tracing not turned on.
Tns error struct:
ns main err code: 12535
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=172.16.108.152)(PORT=58492))
ADR默认开启,记录客户端和服务器端连接超时问题到alert中。关掉即可,无影响。
【解决方法】
sqlnet.ora中添加
DIAG_ADR_ENABLED = OFF
listener.ora中添加
DIAG_ADR_ENABLED_<listenername> = OFF
DIAG_ADR_ENABLED_LISTENER = OFF
***********************************************************************
Fatal NI connect error 12170.
VERSION INFORMATION:
TNS for Linux: Version 11.2.0.3.0 - Production
Oracle Bequeath NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.3.0 - Production
Time: 20-AUG-2014 22:55:37
Tracing not turned on.
Tns error struct:
ns main err code: 12535
TNS-12535: TNS:operation timed out
ns secondary err code: 12606nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=172.16.108.152)(PORT=58492))
ADR默认开启,记录客户端和服务器端连接超时问题到alert中。关掉即可,无影响。
【解决方法】
sqlnet.ora中添加
DIAG_ADR_ENABLED = OFF
listener.ora中添加
DIAG_ADR_ENABLED_<listenername> = OFF
DIAG_ADR_ENABLED_LISTENER = OFF
重启监听生效。
“有待验证”,需持续关注,