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 -> lsnrctl - incorrect name/address

lsnrctl - incorrect name/address

From: <mikimoore_at_my-deja.com>
Date: 2000/04/27
Message-ID: <8e9nq5$61e$1@nnrp1.deja.com>#1/1

I am having trouble with sqlnet on my
UNIX server. Actually the sqlplus connection between my NT box and the server works fine. However, when I try and get
the status of the listener on the unix box I get:

>> lsnrctl status

LSNRCTL for Solaris: Version 2.3.4.0.0 - Production on 27-APR-00 08:40:16

Copyright (c) Oracle Corporation 1994. All rights reserved.

TNS-01150: The address of the specified listener name is incorrect  NL-00305: the specified path name does not exist

This is a copy of the listener.ora:
  (DESCRIPTION_LIST =
    (DESCRIPTION =
(ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = TCP)(HOST = oldercu)(PORT = 1521))
      )

    )
  )

STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 30
LOG_DIRECTORY_LISTENER = /ERC/oracle/ora_dump/netv2 LOG_FILE_LISTENER = listener.log

TRACE_LEVEL_LISTENER = none
TRACE_DIRECTORY_LISTENER = /ERC/oracle/ora_dump/netv2
TRACE_FILE_LISTENER = listener.trc

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /ERC/oracle/app/oracle/product/8.1.5)
(PROGRAM = extproc)

    )
    (SID_DESC =
(GLOBAL_DBNAME = oldercu.llnl.gov)
(ORACLE_HOME = /ERC/oracle/app/oracle/product/8.1.5)
(SID_NAME = oldercu)

    )
  )

Thanks for any help,
Miki Moore

miki_at_llnl.gov

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Apr 27 2000 - 00:00:00 CDT

Original text of this message

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