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 -> Re: error with listener

Re: error with listener

From: Vitaly Sikolenko <vsikolen_at_ru.oracle.com>
Date: 1997/08/11
Message-ID: <33EEC4E3.5A83B54F@ru.oracle.com>#1/1

Ed Lufker wrote:

> 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

 You have a mistyping in the line (COMMUNITY =.

--
Vitaly Sikolenko                  Senior Sales Consultant
                                  Server & Gateways
ORACLE C.I.S.
Moscow Russia                      E-mail: vsikolen_at_ru.oracle.com

The statements and opinions expressed here are my own and do not
necessarily represent those of Oracle Corporation.
Received on Mon Aug 11 1997 - 00:00:00 CDT

Original text of this message

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