s****y 发帖数: 581 | 1 >lsnrctl status
不解,为什么我的service 会有两个instance(s)
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 31-AUG-2011 13:51:15
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=I2)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 31-AUG-2011 13:48:09
Uptime 0 days 0 hr. 3 min. 5 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /opt/oracle/product/10/network/admin/listener.ora
Listener Log File /opt/oracle/product/10/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=I2)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "orctest" has 2 instance(s).
Instance "orctest", status UNKNOWN, has 1 handler(s) for this service...
Instance "orctest", status READY, has 1 handler(s) for this service...
Service "orctestXDB" has 1 instance(s).
Instance "orctest", status READY, has 1 handler(s) for this service...
Service "orctest_XPT" has 1 instance(s).
Instance "orctest", status READY, has 1 handler(s) for this service...
The command completed successfully | v*****r 发帖数: 1119 | 2 Service "orctest" has 2 instance(s).
Instance "orctest", status UNKNOWN, has 1 handler(s) for this service...
Instance "orctest", status READY, has 1 handler(s) for this service...
The first instance is the one you manually configured in listener.ora file,
the second is dynamically registered.
Remove the manual entry for orctest from listener.ora file, you don't need
that.
Production
【在 s****y 的大作中提到】 : >lsnrctl status : 不解,为什么我的service 会有两个instance(s) : LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 31-AUG-2011 13:51:15 : Copyright (c) 1991, 2005, Oracle. All rights reserved. : Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=I2)(PORT=1521))) : STATUS of the LISTENER : ------------------------ : Alias LISTENER : Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production : Start Date 31-AUG-2011 13:48:09
|
|