2013-05-20 127 views
1

我的問題是,在我成功啓動Oracle監聽器後,它會在幾秒鐘後自動停止。Oracle 11gR2監聽器自動停止

cache1-> lsnrctl start 

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 20-MAY-2013 16:35:36 

Copyright (c) 1991, 2009, Oracle. All rights reserved. 

Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait... 

TNSLSNR for Linux: Version 11.2.0.1.0 - Production 
System parameter file is /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora 
Log messages written to /u02/ora/diagnostic_dest/diag/tnslsnr/cache1/listener/alert/log.xml 
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521))) 

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))) 
STATUS of the LISTENER 
------------------------ 
Alias      LISTENER 
Version     TNSLSNR for Linux: Version 11.2.0.1.0 - Production 
Start Date    20-MAY-2013 16:35:36 
Uptime     0 days 0 hr. 0 min. 0 sec 
Trace Level    off 
Security     ON: Local OS Authentication 
SNMP      OFF 
Listener Parameter File /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora 
Listener Log File   /u02/ora/diagnostic_dest/diag/tnslsnr/cache1/listener/alert/log.xml 
Listening Endpoints Summary... 
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521))) 
Services Summary... 
Service "ora" has 1 instance(s). 
    Instance "ora", status UNKNOWN, has 1 handler(s) for this service... 
The command completed successfully 

在此期間,其他服務器的tnsping工作。

cache2-> tnsping cache1 

TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 20-MAY-2013 16:35:38 

Copyright (c) 1997, 2009, Oracle. All rights reserved. 

Used parameter files: 

Used HOSTNAME adapter to resolve the alias 
Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.2)(PORT=1521))) 
OK (0 msec) 

幾秒鐘後,我再次檢查它,它會自動停止:

cache1-> lsnrctl status 

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 20-MAY-2013 16:36:36 

Copyright (c) 1991, 2009, Oracle. All rights reserved. 

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))) 
TNS-12541: TNS:no listener 
TNS-12560: TNS:protocol adapter error 
    TNS-00511: No listener 
    Linux Error: 111: Connection refused 

和TNSPING不起作用。

cache2-> tnsping cache1 

TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 20-MAY-2013 16:36:37 

Copyright (c) 1997, 2009, Oracle. All rights reserved. 

Used parameter files: 

Used HOSTNAME adapter to resolve the alias 
Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.200.2)(PORT=1521))) 
TNS-12541: TNS:no listener 

的listener.ora中:

/u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora 
SID_LIST_LISTENER = 
    (SID_LIST = 
    (SID_DESC = 
     (SID_NAME = ora) 
     (GLOBAL_DBNAME = ora) 
     (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1) 
    ) 
) 

LISTENER = 
     (DESCRIPTION = 
     (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) 
    ) 

ADR_BASE_LISTENER = /u02/ora/diagnostic_dest 

感謝

回答

0

面對呈三角問題在RHEL 6.x的oracle11gr2 ...

不知道如果同樣的問題...檢查在我的情況下trc日誌位置的log.xml文件:

/u01/app/oracle/diag/tnslsnr/dbserver/listener/alert/log.xml 

從上述文件中,我們得到了鏈接到下面的日誌文件:

/u01/app/oracle/diag/tnslsnr/dbserver/listener/trace/listener.log 

上面的文件,我們檢查,我們不斷收到如下:

警告:認購節點關閉事件仍懸而未決 (COMMAND =狀態)(ARGUMENTS = 64)(SERVICE = LISTENER)(VERSION = 64)(SERVICE = LISTENER)(VERSION =警告:訂購節點故障事件仍在等待


google搜索一點點後,我們發現了一些信息在「https://docs.oracle.com/cd/E11882_01/network.112/e10835/listener.htm#NETRF312」 我們需要添加以下在listener.ora中結束

/u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora 

SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER = off