# alert_wind.log
Thu Dec 20 08:51:32 2012
***********************************************************************
Fatal NI connect error 12537, connecting to:
(LOCAL=NO)
VERSION INFORMATION:
TNS for IBM/AIX RISC System/6000: Version 11.2.0.2.0 - Production
TCP/IP NT Protocol Adapter for IBM/AIX RISC System/6000: Version 11.2.0.2.0 - Production
Oracle Bequeath NT Protocol Adapter for IBM/AIX RISC System/6000: Version 11.2.0.2.0 - Production
Time: 20-DEC-2012 08:51:32
Tracing not turned on.
Tns error struct:
ns main err code: 12537
TNS-12537: TNS:connection closed
ns secondary err code: 12560
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
opiodr aborting process unknown ospid (18874448) as a result of ORA-609
# ORA-12537
# trace log
$ cat wind_ora_18874448.trc|more
Trace file /oracle/diag/rdbms/wind/wind/trace/wind_ora_18874448.trc
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORACLE_HOME = /oracle/product/11.2
System name: AIX
Node name: P1WCSDB01
Release: 1
Version: 6
Machine: 00F752144C00
Instance name: wind
Redo thread mounted by this instance: 1
Oracle process number: 32
Unix process pid: 18874448, image: oracle@P1WCSDB01
*** 2012-12-20 08:51:32.269
*** CLIENT ID:() 2012-12-20 08:51:32.269
*** SERVICE NAME:() 2012-12-20 08:51:32.269
*** MODULE NAME:() 2012-12-20 08:51:32.269
*** ACTION NAME:() 2012-12-20 08:51:32.269
opiino: Attach failed due to ORA-12537
# listener.log
20-DEC-2012 08:51:32 * (CONNECT_DATA=(SID=wind)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=wcadmin))) * (ADDRESS=(PROTOCOL=t
cp)(HOST=10.10.10.11)(PORT=51074)) * establish * wind * 0
20-DEC-2012 08:51:32 * (CONNECT_DATA=(SID=wind)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=wcadmin))) * (ADDRESS=(PROTOCOL=t
cp)(HOST=10.10.10.11)(PORT=51075)) * establish * wind * 0
连接状态
如下For that reason, we often recommend increasing the values for INBOUND_CONNECT_TIMEOUT at both listener and server side sqlnet.ora file as a preventive measure. If the problem is due to connection timeouts, an increase in the following parameters should eliminate or reduce the occurrence of the ORA-609s
e.g.
Sqlnet.ora: SQLNET.INBOUND_CONNECT_TIMEOUT=180
Listener.ora: INBOUND_CONNECT_TIMEOUT_listener_name=120