lsnrctl status unknown [message #67063] |
Thu, 31 July 2003 22:57 |
avi prabhu
Messages: 1 Registered: July 2003
|
Junior Member |
|
|
hi..
i have installed oracle 9i on Red Hat Linux 7.3..
when i check listener status it gives me the f/wg output that listener status is unknown.
i am able to collect from my client and tehre are no problems.
database name is ORCL
f/wg is the trace:
LSNRCTL for Linux: Version 9.2.0.1.0 - Production on 01-AUG-2003 09:46:20
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=ORCL))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 9.2.0.1.0 - Production
Start Date 01-AUG-2003 07:49:12
Uptime 0 days 1 hr. 57 min. 7 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File /home/oracle/network/admin/listener.ora
Listener Log File /home/oracle/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=ORCL)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.20.1.110)(PORT=1521)))
Services Summary...
Service "ORCL" has 1 instance(s).
Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
Pls be kind to reply
bye
avi
|
|
|
|
Re: lsnrctl status unknown [message #67685 is a reply to message #67064] |
Thu, 06 January 2005 21:09 |
Kapil Sethi
Messages: 6 Registered: May 2004
|
Junior Member |
|
|
<quote>
it is normal. so u can ignore it.
The reason for the message is , you are using SID_LIST in your LISTENER.ORA
</quote>
So what do you suggest should be entered up here so that lsnr shows the actual status instead on UNKNOWN
I am running Oracle 9i on RHAS
|
|
|
Re: lsnrctl status unknown [message #359172 is a reply to message #67685] |
Fri, 14 November 2008 00:28 |
WillIm
Messages: 13 Registered: June 2008 Location: Kyrgyzstan, Bishkek
|
Junior Member |
|
|
Kapil Sethi wrote on Fri, 07 January 2005 08:09 | <quote>
it is normal. so u can ignore it.
The reason for the message is , you are using SID_LIST in your LISTENER.ORA
</quote>
So what do you suggest should be entered up here so that lsnr shows the actual status instead on UNKNOWN
I am running Oracle 9i on RHAS
|
Perform the following:
alter system set LOCAL_LISTENER="(ADDRESS=(PROTOCOL=TCP)(HOST=hostname or ip address)(PORT=your port))" scope=BOTH;
|
|
|