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

Home -> Community -> Usenet -> c.d.o.misc -> Re: TNS-01151 errors please help

Re: TNS-01151 errors please help

From: Kumar, Sai (EXCHANGE:PERPK:3374) <saikumar_at_nortel.com>
Date: Wed, 23 Jun 1999 09:34:51 -0400
Message-ID: <3770E27B.92BE4806@nortel.com>


Matt,

Ur listener.ora should look like this :-

LISTENER=
  (ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.2)(PORT=1521))
     (ADDRESS=(PROTOCOL=ipc)( KEY=test) )   )

SID_LIST_LISTENER=(SID_LIST=
(SID_DESC=(SID_NAME=test)(ORACLE_HOME=/usr/local/oracle))
)

Also, when u startup ur listener don't worry about ur tnsnames.ora, because lsnrctl is concerned about listener.ora.

Thanks
Sai Received on Wed Jun 23 1999 - 08:34:51 CDT

Original text of this message

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