Listner Help... [message #58636] |
Tue, 23 September 2003 04:19 |
SP
Messages: 15 Registered: February 2002
|
Junior Member |
|
|
Hi Guys,
I have 2 things to clarify from all Oracle gurus.
FIRST:
I have two Oracle homes 9i(9.2.0.1.0) and 8i(8.1.7) running on Solaris server. I want all the 8i DBs to go thr' 9i Listener. I have done all the necessary changes in 9is Listener.ora file.
Problem is,this listener stops on its own sometimes.
Can u guys guide as to what needs to be done?
SECOND:
I just want to know what is the meaning of Status UNKNOWN, in the output of "lsnrctl status" command. Is it some kind of issue that i need to have a look at?
Service "metadata.capa.kobde.xxx.com" has 2 instance(s).
Instance "metadata", status UNKNOWN, has 1 handler(s) for this service...
Instance "metadata", status READY, has 2 handler(s) for this service...
Service "cpsdw.capa.kobde.xxx.com" has 1 instance(s).
Instance "cpsdw", status UNKNOWN, has 1 handler(s) for this service...
Service "cpsdw.kobde.xxx.com" has 1 instance(s).
Instance "cpsdw", status READY, has 1 handler(s) for this service...
Regards,
SP
|
|
|
Re: Listner Help... [message #58640 is a reply to message #58636] |
Tue, 23 September 2003 05:36 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
1. please post your listener files.
and also enable tracing for more detailed analysis.
Is there any error encountered?
2. It is a very common message and u can ignore it.
you will get the status as unknown , if the instance
is registered dynamically using SID_LIST
|
|
|