Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> TNS listerner crashing on XP Pro
Folks,
I have serious problem with an XP Pro box: When I try to connect to the db via TNSPing, the enterprise manager, SQL-PLUS, or via JDBC from a Java App the listener crashes, either immediately or after a short time (< 1 minute). From researching usenet this seems to be a problem that several people are experiencing. I cant find a defintive answer though.
Installed Oracle 9.2 with default configuration - didnt change anything. The box is a 1ghz Athlon with 750mb RAM, so it should have plenty of grunt.
I have tried the following:
Any help would be much appreciated as this is a real show-stopper..
Someone suggested reintstalling Oracle using named pipes. What is the implication of this? Will it stop a Java app connecting via JDBC?
TIA - Adam Lipscombe
The tnsnames.ora and listener log contents are below. As you can see the listener crashes after the 4th tnsping.
Tnsnames.ora:
ORADB1 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = cobar)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = oradb1.cobar)
)
)
INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = cobar)(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)
)
)
listener.log:
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
System parameter file is D:\oracle\ora92\network\admin\listener.ora Log messages written to D:\oracle\ora92\network\log\listener.log Trace information written to D:\oracle\ora92\network\trace\listener.trc Trace level is currently 0
Started with pid=3356
Listening on:
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cobar)(PORT=1521)))
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
10-APR-2003 10:10:28 * ping * 0 10-APR-2003 10:10:28 * ping * 0 10-APR-2003 10:10:28 * ping * 0 10-APR-2003 10:10:28 * ping * 0Received on Thu Apr 10 2003 - 04:33:18 CDT
![]() |
![]() |