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: Listener crashes in Win2000/Oracle9i

Re: Listener crashes in Win2000/Oracle9i

From: Sash. <sasha_at_NOSPAMdan.cg.yu>
Date: Thu, 13 Jun 2002 20:50:05 +0000 (UTC)
Message-ID: <aeb0hs$5ko$1@knossos.btinternet.com>


Thanks for the reply.
I can connect without using the SID; if using SID (e.g. scott/tiger_at_db1), the listener immediately crashes. So, I cannot connect from any tool where the service name is required (e.g. Toad or JDeveloper).

The files are fine (and very generic); Here they are:

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
(ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      )

(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = sasha)(PORT = 1521)) )

    )
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = G:\oracle\ora90)
(PROGRAM = extproc)

    )
    (SID_DESC =
(GLOBAL_DBNAME = DB1)
(ORACLE_HOME = G:\oracle\ora90)
(SID_NAME = DB1)

    )
  )

SQLNET.AUTHENTICATION_SERVICES= (NTS) NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)

DB1 =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = sasha)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVICE_NAME = DB1)

    )
  )

INST1_HTTP =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = sasha)(PORT = 1521))
    )
    (CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = http://HRService)

    )
  )

EXTPROC_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    )
    (CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)

    )
  )


init<sid>.ora file is as generated for the default database, I made no changes to it.

The Listener trace file produced the following output:

nsopen: opening transport...
nttcnp: Validnode Table IN use; err 0x0
nttcnp: getting sockname
nttcnr: waiting to accept a connection.
nttcnr: getting sockname

nttvlser: valid node check on incoming node 127.0.0.1 nttvlser: Accepted Entry: 127.0.0.1
nttcon: set TCP_NODELAY on 352
nsopen: transport is open
nsnainit: inf->nsinfflg[0]: 0xd inf->nsinfflg[1]: 0xd nsopen: global context check-in (to slot 4) complete nsanswer: deferring connect attempt; at stage 5 ntt2err: soc 352 error - operation=5, ntresnt[0]=524, ntresnt[1]=997, ntresnt[2]=0
nscon: doing connect handshake...
nscon: got NSPTCN packet
nsevdansw: exit
nsbeqaddr: connecting...
sntpcall: Attempting to open pipe \\.\PIPE\ORANTP2D4.528 sntpcall: Successfully established pipe 328 to child nsbeqaddr: doing connect handshake...
nsbequeath: doing connect handshake...
nsbequeath: REDIR="(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1853))" nsbeqaddr: handshake is complete; redirecting nscon: sending NSPTRD packet
ntt2err: soc 352 error - operation=5, ntresnt[0]=524, ntresnt[1]=997, ntresnt[2]=0
nstimarmed: no timer allocated
nsclose: closing transport
nsclose: global context check-out (from slot 4) complete nsbeqaddr: connect handshake is complete

I assume the errors are in the lines starting with "ntt2err: soc 352 error"

Cheers Received on Thu Jun 13 2002 - 15:50:05 CDT

Original text of this message

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