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: lsnrctl80 don't startup

Re: lsnrctl80 don't startup

From: Hans Forbrich <forbrich_at_tibalt.supernet.ab.ca>
Date: 1998/04/03
Message-ID: <3525C758.161C4E01@tibalt.supernet.ab.ca>#1/1

The SQL*Net or Net8 setup is in the 3 files

listener.ora, sqlnet.ora and tnsnames.ora

which are found in $ORACLE_HOME/network/admin (for SQL*Net) or $ORACLE_HOME/net80/admin (for Net8)

Your problem, since it involves the listener starting up, is specifically in listener.ora. Check the file, look for long file names (log file?), especially missing directory marks such as backslashes.

Send the 3 files directly to me & I'll look at them within the next week.

/Hans

Infra Systems GmbH wrote:

> Hi,
> I have a problem with the lsnrctl80. When try to startup the listener with
> the
> TCP/IP protocoll I get the follwing error message.
>
> Listening on: (ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc))
> Listening on: (ADDRESS=(PROTOCOL=nmp)(PIPENAME=\\ORACLE\pipe\ORAPIPE))
> Attempted to listen on:
> (DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=TCP)(Host=gwt02)
> (Port=1521)))
> TNS-12560: TNS:protocol adapter error
> TNS-00530: Protocol adapter error
> 32-bit Windows Error: 38: Filename too long
>
> In the trace file listener.trc I can see
>
> nsopen: opening transport...
> nttcon: entry
> nttcon: toc = 2
> nttcnp: entry
> ntvlin: entry
> ntvllt: entry
> ntvllt: No PROTOCOL.ORA file is found
> ntvllt: exit
> ntvlin: exit
> nttcnp: Validnode Table IN use; err 0x0
> nttcnp: creating a socket.
> nttcnp: binding an address to a socket.
> ntt2err: entry
> ntt2err: soc 10050 error - operation=1, ntresnt[0]=530, ntresnt[1]=38,
> ntresnt[2]=0
> ntt2err: exit
> nttcnp: exit
> nttcon: exit
> nserror: entry
> nserror: nsres: id=0, op=65, ns=12560, ns2=0; nt[0]=530, nt[1]=38, nt[2]=0
> nsopen: unable to open transport
> nsbfr: entry
>
> TCP/IP Network is OK. I test it with ping.
> Orcale8 Server is OK.
> Oracle TCP/IP Protocolladapter is installed.
> System: Win NT 4.0 Service Pack 3
>
> Do you have an idea? What can I do?
>
> thank's
> Andreas Klingler
> infrasystems_at_eunet.at
Received on Fri Apr 03 1998 - 00:00:00 CST

Original text of this message

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