Tue Aug 06 10:24:51 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 11:07:18 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 11:08:23 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 15:53:39 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 16:55:52 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 17:51:36 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 17:52:40 CST 2013
WARNING: inbound connection timed out (ORA-3136)
解决办法:
配置静态监听
$ more listener.ora
# listener.ora Network Configuration File: /home/oracle/db_1/network/admin/listener.ora
# Generated by Oracle configuration tools.
INBOUND_CONNECT_TIMEOUT_LISTENER = 0
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /home/oracle/db_1)
(PROGRAM = extproc)
)
(SID_DESC=
(GLOBAL_DBNAME=radiusa)
(ORACLE_HOME=/home/oracle/db_1)
(SID_NAME=radiusa)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = radiusa)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
)
注意格式哦!
2.listener.ora(最上边就行)添加:
INBOUND_CONNECT_TIMEOUT_LISTENER = 0
3.sqlnet.ora添加:
SQLNET.INBOUND_CONNECT_TIMEOUT = 0
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 11:07:18 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 11:08:23 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 15:53:39 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 16:55:52 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 17:51:36 CST 2013
WARNING: inbound connection timed out (ORA-3136)
Tue Aug 06 17:52:40 CST 2013
WARNING: inbound connection timed out (ORA-3136)
解决办法:
配置静态监听
$ more listener.ora
# listener.ora Network Configuration File: /home/oracle/db_1/network/admin/listener.ora
# Generated by Oracle configuration tools.
INBOUND_CONNECT_TIMEOUT_LISTENER = 0
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /home/oracle/db_1)
(PROGRAM = extproc)
)
(SID_DESC=
(GLOBAL_DBNAME=radiusa)
(ORACLE_HOME=/home/oracle/db_1)
(SID_NAME=radiusa)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = radiusa)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
)
注意格式哦!
2.listener.ora(最上边就行)添加:
INBOUND_CONNECT_TIMEOUT_LISTENER = 0
3.sqlnet.ora添加:
SQLNET.INBOUND_CONNECT_TIMEOUT = 0