Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: lsnrctl not agreeing with the listener.ora

Re: lsnrctl not agreeing with the listener.ora

From: <sergey_s_at_my-deja.com>
Date: Wed, 23 Feb 2000 23:47:52 GMT
Message-ID: <891rj7$l26$1@nnrp1.deja.com>


When the listener starts, it says at the top:
> Listening on: (ADDRESS=(PROTOCOL=tcp)(PORT=1521))

So, try "tnsping test" (without quotes), if you get a message with ...OK (XX sec)... then you know everything's working. I think I am getting ipc every time as well.

HTH Sergey

In article <890u2t$u8c$1_at_nnrp1.deja.com>,   dwang999_at_my-deja.com wrote:
> I have a Oracle8i installed on Linux(Redhat6.0). I changed the
> listener.ora file to the following:
> ***********************************
> LISTENER =
> (ADDRESS_LIST=
> (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
> SID_LIST_LISTENER=
> (SID_LIST=
> (SID_DESC=
> (GLOBAL_DBNAME=test)
> (SID_NAME=ORCL)
> (ORACLE_HOME=/u01/app/oracle/product/8.1.5)
> )
> )
> ***********************************

>

> Then I started the listner and see the following messages:
> ***********************************
> LSNRCTL> start
> Starting /u01/app/oracle/product/8.1.5/bin/tnslsnr: please wait...
>

> TNSLSNR for Linux: Version 8.1.5.0.0 - Production
> System parameter file
> is /u01/app/oracle/product/8.1.5/network/admin/listener.ora
> Log messages written
> to /u01/app/oracle/product/8.1.5/network/log/listener.log
> Listening on: (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
> Listening on: (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
>

> Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
> STATUS of the LISTENER
> ------------------------
> Alias LISTENER
> Version TNSLSNR for Linux: Version 8.1.5.0.0 -
> Production
> Start Date 23-FEB-00 08:27:54
> Uptime 0 days 0 hr. 0 min. 0 sec
> Trace Level off
> Security OFF
> SNMP OFF
> Listener Parameter
> File /u01/app/oracle/product/8.1.5/network/admin/listener.ora
> Listener Log
> File /u01/app/oracle/product/8.1.5/network/log/listener.log
> The listener supports no services
> The command completed successfully
> LSNRCTL>
> **********************************
>

> See, from this message, it says
> "Listening on: (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))"
> and
> "Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))",
> which is not specified in the listener.ora file.
>

> Is there other place the lintener checks or (ADDRESS=(PROTOCOL=ipc)
> (KEY=PNPKEY) is the default that you can't get rid of?
>

> THanks for your help.
>

> Sent via Deja.com http://www.deja.com/
> Before you buy.

>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Feb 23 2000 - 17:47:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US