Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Listener status Unknow
Strange nobody has answered this. The output of lsnrctl should
be explained in the 9i book, Net Services or Net Admin or the like.
I have not read it yet because I never needed to research this.
I think what it is is the a failure of the database to register with the listener. To display the status as UNKNOWN should be a feature, not a bug. But the failure itself could be a bug, at least it was on Mac.
If my 8i knowledge applies to this, try to set CURRENT_LISTENER parameter in init.ora to point to your listener. Set INSTANCE_NAME. This parameter defaults to the database name but Oracle recommended to set it anyway because of the 8i bug with dynamic registration.
Try to move the listener to a different port.
Good luck
Karen
Michele Brugo wrote:
> On Fri, 27 Sep 2002 07:44:26 GMT, Karen Abgarian <abvk_at_ureach.com>
> wrote:
>
> >Which platform was it? I had this on developer release of 9i on OS X.
> >The fix was to bounce the database twice.
> >
>
> HP-UX 11.0
> rdbms 9.2.0
>
> is it a bug ?
>
> Mike
Received on Sat Sep 28 2002 - 13:40:45 CDT