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 -> listener cannot start server process

listener cannot start server process

From: Stephan Quitzsch <quitzsch_at_leipzig.informatik.uni-leipzig.de>
Date: Fri, 12 Jun 1998 16:52:18 +0200
Message-ID: <Pine.GSO.3.96.980612165101.6432B-200000@leipzig.informatik.uni-leipzig.de>


Hi there!!

Could anyone help me with this problem.

I'm trying to establish a tcp connection to Oracle7 Server and have to struggle with the following situation:

When I try to connect with sql plus or any other client program from the client machine (Windows NT), I get the error message

ORA-12500 "TNS: Listener failed to start a dedicated server process"

But in fact, we have 5 prespawned dedicated server processes configured. The problem is, that I am not the person who installed the server and therefore am not so well informed about all config files.

We have the following configuration:
Oracle7 Server 7.3.2.1.0
TNSLSNR Version 2.3.2.1.0 - Production
SQLNet Client Software 7.3.2.2.0 for Windows NT

we use sqlnet easy configuration for configuring sqlnet on the client machine.

This is a logfile-entry for such a refused connection:

12-JUN-98 15:49:08 *
(CONNECT_DATA=(SID=ein_test)(CID=(PROGRAM=PLUS33W.EXE)(HOST=Windows NT PC)(USER=quitzsch)
)) * (ADDRESS=(PROTOCOL=tcp)(HOST=139.18.2.118)(PORT=1057)) * establish * ein_test * 0

i.e. there is a connection between the client and server machine, but the listener somehow can't connect to the server. This is not understandable, because the servermanager and a local sqlplus have no difficulties with connecting to the server process and even a tnsping from the client machine does quite well.

Any help would be greatly appreciated. Thank you in advance!!

        Stephan


You find the listeners trace file (admin mode) attached and here is our listener.ora

################
 

# Filename......: listener.o  

# Name..........: leipzig.world  

# Date..12-JUN-98 15:49:08 *

################
 

SQLNET.AUTHENTICATION_SERVICES = (NONE)     LISTENER =
  (ADDRESS_LIST =

        (ADDRESS=

(PROTOCOL=IPC)
(KEY= oraclient.world)
) (ADDRESS=
(PROTOCOL=IPC)
(KEY= ein_test)
) (ADDRESS =
(COMMUNITY = TCP.world)
(PROTOCOL = TCP)
(Host = leipzig.informatik.uni-leipzig.de)
(Port = 1521)
)

  )  

STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
  (SID_LIST =       (SID_DESC =

      (GLOBAL_DBNAME = oraclient.world)
      (SID_NAME = ein_test)
      (ORACLE_HOME = /dargb/oracle/app/oracle/product/7.3.2)
      (PRESPAWN_MAX = 99)
      (PRESPAWN_LIST =
        (PRESPAWN_DESC =

(PROTOCOL = TCP)
(POOL_SIZE = 5)
(TIMEOUT = 2)
) )

    )
  )

sending NSPTRF packet
147 bytes to transport
no timer allocated
closing transport
global context check-out (from slot 5) complete

connect string inst->lcxd[0]: (ADDRESS=(PROTOCOL=ipc)(DEV=5)(KEY=oraclient.world))
connect string inst->lcxd[1]: (ADDRESS=(PROTOCOL=ipc)(DEV=10)(KEY=ein_test))
connect string inst->lcxd[2]: (ADDRESS=(PROTOCOL=tcp)(DEV=12)(HOST=139.18.13.21)(PORT=1521))
opening transport...
getting sockname
waiting to accept a connection.
valid node check on incoming node 139.18.2.118 Accepted Entry: 139.18.2.118
transport is open
Reading parameter "sqlnet.authentication_required" from parameter file Parameter not found
Using default value "FALSE"
Counting # of items in "sqlnet.authentication_services" parameter Found 1 items
Reading parameter "sqlnet.authentication_services" from parameter file Found value "NONE"
Reading parameter "SQLNET.ENCRYPTION_SERVER" from parameter file Parameter not found
Using default value "ACCEPTED"
Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER" parameter Parameter not found
Using default value "all available algorithms" Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from parameter file Parameter not found
Using default value "ACCEPTED"
Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter Parameter not found
Using default value "all available algorithms" global context check-in (to slot 5) complete doing connect handshake...
50 bytes from transport
got NSPTCN packet
recving connect data
321 bytes from transport
311 bytes from NS buffer
command = establish
connecting...
detaching from parent with additional fork result string is NTP0 6361
added pid 6361
hdl[IR]=19, hdl[IW]=18
NT layer IPC connection has been established. doing connect handshake...
NSE=12538
-<ERROR>- nsres: id=5, op=72, ns=12538, ns2=0; nt[0]=0, nt[1]=0, nt[2]=0 sending NSPTRF packet
130 bytes to transport
no timer allocated
closing transport
global context check-out (from slot 5) complete Deallocating cxd 0x214c70.
connect string inst->lcxd[0]: (ADDRESS=(PROTOCOL=ipc)(DEV=5)(KEY=oraclient.world))
connect string inst->lcxd[1]: (ADDRESS=(PROTOCOL=ipc)(DEV=10)(KEY=ein_test))
connect string inst->lcxd[2]: (ADDRESS=(PROTOCOL=tcp)(DEV=12)(HOST=139.18.13.21)(PORT=1521))
opening transport...
transport is open
Reading parameter "sqlnet.authentication_required" from parameter file Parameter not found
Using default value "FALSE"
Counting # of items in "sqlnet.authentication_services" parameter Found 1 items
Reading parameter "sqlnet.authentication_services" from parameter file Found value "NONE"
Reading parameter "SQLNET.ENCRYPTION_SERVER" from parameter file Parameter not found
Using default value "ACCEPTED"
Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER" parameter Parameter not found
Using default value "all available algorithms" Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from parameter file Parameter not found
Using default value "ACCEPTED"
Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter Parameter not found
Using default value "all available algorithms" global context check-in (to slot 5) complete doing connect handshake...
243 bytes from transport
got NSPTCN packet
command = trace Received on Fri Jun 12 1998 - 09:52:18 CDT

Original text of this message

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