Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Clarifications on Listener - Unix
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
########################
(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 UsenetReceived on Thu Feb 05 1998 - 00:00:00 CST
![]() |
![]() |