Path: news.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!c03.atl99!news.webusenet.com!telocity-west!DIRECTV!203.109.225.2!nntp-relay.ihug.net!ihug.co.nz!news.compaq.com!news.cup.hp.com!not-for-mail
From: Bobby Singh <bobsingh1@hotmail.com>
Newsgroups: comp.databases.oracle.misc,comp.databases.oracle.server
Subject: Problem starting listener
Date: Thu, 12 Dec 2002 15:50:36 -0800
Organization: SSO-IT, Hewlett-Packard Co.
Lines: 41
Message-ID: <3DF920CC.60D989C3@hotmail.com>
NNTP-Posting-Host: singh-arvinder.corp.hp.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U)
X-Accept-Language: en
Xref: newsfeed1.easynews.com comp.databases.oracle.misc:90511 comp.databases.oracle.server:169555
X-Received-Date: Thu, 12 Dec 2002 17:19:47 MST (news.easynews.com)

Hi,

I am having problem starting listener with the following listener.ora
file on 9i. Listener fails to start with error TNS-01150: the address of
the specified listener name is incorrect. If I remove the first three
lines, it starts up fine with each instance UNKNOWN and duplicate READY.

My tns_admin path is fine. I don't know what else to do. I want to get
rid of this UNKNOWN instance.

Using red hat linux.

Thanks
Bobby


LISTENER =
  (ADDRESS_LIST=
        (ADDRESS=(PROTOCOL=tcp)(HOST=<HOSTNAME>)(PORT=1521))

STARTUP_WAIT_TIME_LSNR = 0
CONNECT_TIMEOUT_LSNR = 10

SID_LIST_LISTENER =
  (SID_LIST=

    (SID_DESC =
       (SID_NAME=Data)
       (ORACLE_HOME=/usr/oracle)
     )

  (SID_DESC =
       (SID_NAME=repo)
       (ORACLE_HOME=/usr/oracle)
     )

    (SID_DESC =
       (SID_NAME=galaxy)
       (ORACLE_HOME=/usr/oracle)


