I have the following listener status log for our ora10g db with SID=ora10 :
=================================
Listener Parameter File /u01/app/oracle/product/10.1.0.2/network/admin/listene
r.ora
Listener Log File /u01/app/oracle/product/10.1.0.2/network/log/listener.
log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=P520)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "ora10" has 1 instance(s).
Instance "ora10", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
================================
What does >>Instance "ora10", status UNKNOWN<< mean? why it is unknown?
if your listener is called LISTENER and listens on port 1521 when the databases comes up (9i and higher) it should register itself and the status will change to READY.
Any no it doesnt really matter - it just saves you having to list things in the listener.ora file
Bookmarks