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: Help! Listener crashes without reason on Windows XP SP1

Re: Help! Listener crashes without reason on Windows XP SP1

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Thu, 08 Apr 2004 22:23:08 +0200
Message-ID: <c54c68$f7g$1@news1.tilbu1.nb.home.nl>


Herbert Ebberg wrote:

> Hello,
> I need some help - my listener crashes without reason after installing
> Oracle 9i on a Windows XP Prof ServicePack2. I can start the listener with
> lsnrctl or with the services of xp, the first tnsping works fine, but when I
> try it again, the listener crashes without reason. Is there a known problen
> with winsock or is there a path for xp ?
>
> Please help
>
> Herbert Ebberg
>
>
> My listener.ora:
>
> LISTENER =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
> )
>
> SID_LIST_LISTENER =
> (SID_LIST =
> (SID_DESC =
> (SID_NAME = PLSExtProc)
> (ORACLE_HOME = C:\Programme\oracle\ora92)
> (PROGRAM = extproc)
> )
> (SID_DESC =
> (GLOBAL_DBNAME = orcl)
> (ORACLE_HOME = C:\Programme\oracle\ora92)
> (SID_NAME = orcl)
> )
> )
>
> My tnsnames.ora:
> ORCL.EBBERG.NO-IP.COM =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SERVICE_NAME = orcl)
> )
> )
>
>

My guess is that the minus (NO-IP) is the cause. Try changing that, your global_dbname as well as in your tnsnames.ora, as well as in your sqlnet.ora

-- 

Regards,
Frank van Bortel
Received on Thu Apr 08 2004 - 15:23:08 CDT

Original text of this message

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