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 -> Clarifications on Listener - Unix

Clarifications on Listener - Unix

From: <tkrishna_at_baan.com>
Date: 1998/02/05
Message-ID: <886674220.224395268@dejanews.com>#1/1

Hi

       While starting up the listener I get the following error :


        NL-00462: error loading parameter file /etc/listener.ora
        NL-00422: premature end of file

  **********************************************************************


    My listener.ora file is as follows :

#########################
# FILE NAME : LISTENER.ORA

# SERVICE : TCPLISTENER
########################

LISTENER =
(ADDRESS_LIST =
     (ADDRESS =

(PROTOCOL = TCP)
(HOST=10.1.48.24)
(PORT=1522)
) (ADDRESS =
(PROTOCOL = TCP)
(HOST=10.1.48.24)
(PORT=1521)
)

)
SID_LIST_LISTENER =
(SID_LIST =

     (SID_DESC =
      (SID_NAME =T2  )
      (oralce_home=/usr5/app/oracle/product/7.3.2)

   )
)
(SID_LIST =

     (SID_DESC =
      (SID_NAME =T1  )
      (oralce_home=/usr6/app/oracle/product/7.3.2)

   )
)

  Also how to set the location of listener parameter file, if I wish to have the parameter file in some directory other than /etc ?

   Thanks.

  PLEASE MAIL YOUR REPLIES TO tkrishna_at_baan.com

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet
Received on Thu Feb 05 1998 - 00:00:00 CST

Original text of this message

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