| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> error with listener
Hi all:
I get the following error when starting up the sqlnet v2 listener.
oracle$ lsnrctl start
LSNRCTL for DEC OSF/1 AXP: Version 2.3.2.1.0 - Production on 10-AUG-97 11:30:51
Copyright (c) Oracle Corporation 1994. All rights reserved.
Starting /raidb/app/oracle/product/7.3.2/bin/tnslsnr: please wait...
TNSLSNR for DEC OSF/1 AXP: Version 2.3.2.1.0 - Production
System parameter file is
/raidb/app/oracle/product/7.3.2/network/admin/listener.
ora
Log messages written to
/raidb/app/oracle/product/7.3.2/network/log/listener.log
TNS-01150: The address of the specified listener name is incorrect
NL-00303: syntax error in NV string
Here are the .ora files I am using
listener.ora
LISTENER =
(ADDRESS_LIST =
# (ADDRESS =
# (PROTOCOL = IPC)
# (KEY = webprod.world)
# )
# (ADDRESS =
# (PROTOCOL = IPC)
# (KEY = webprod)
# )
(ADDRESS =
(COMMUNTIY = tcp.world)
(PROTOCOL = TCP)
(HOST = dante)
(PORT = 1526)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = webprod)
(ORACLE_HOME = /raidb/app/oracle/product/7.3.2)
)
)
Here is the sqlnet.ora
sqlnet.expire_time = 0
names.default_domain = world
name.default_zone = world
Here is the tnsnames.ora
webprod.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(HOST = dante)
(PORT = 1526)
)
)
(CONNECT_DATA = (SID = webprod)
)
Any ideas how to fix it.
thanks in advance
eddie lufker
Received on Sun Aug 10 1997 - 00:00:00 CDT
![]() |
![]() |