Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQLNET listener.ora syntax error
I am trying to set up SQL*NET V2 (2.2.2) DB 7.2.2.3 on Solaris 2.5.1 when I try
to start listener I get the following error:
TNS-01150: The address of the specified listener name is incorrect NL-00303: syntax error in NV string
This is what the listener.ora file looks like:
LISTENER_RAPID =
(ADDRESS_LIST = (ADDRESS =
(PROTOCOL = tcp)
(HOST = rapid)
(PORT = 1521)
)
STARTUP_WAIT_TIME_LISTENER_RAPID = 0
CONNECT_TIMEOUT_LISTENER_RAPID = 10
SID_LIST_LISTENER_RAPID =
(SID_LIST = (SID_DESC =
(SID_NAME = edmdb)
(ORACLE_HOME = /oracle/oracle/product/7.2.2.3)
) ) TRACE_LEVEL_LISTENER_RAPID = OFF
Any Help would be greatly appreciated Received on Fri Apr 09 1999 - 09:23:08 CDT
![]() |
![]() |