oracle 10g installation next to oracle 8i [message #119607] |
Fri, 13 May 2005 09:07 |
patrick
Messages: 83 Registered: December 2000
|
Member |
|
|
I have a testserver with windows 2000 server and oracle 8i installation.
For testing purposes i installed oracle 10g next to it. Installtion went succesfull but there is a small problem with the listener.
I thought the 10g installation would override the 8i listener but 10g didn't even install a listener. How do i fix this problem because the database isn't working because it can't find the listener.
The command lsnrctl start get's the following information
C:\>lsnrctl start
LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 13-MAY-2005 15:52
:46
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Starting tnslsnr: please wait...
Service OracleOraDb10g_home1TNSListener already running.
TNS-12536: TNS:operation would block
TNS-12560: TNS:protocol adapter error
TNS-00506: Operation would block
32-bit Windows Error: 997: Unknown error
when i do the connect i get
C:\>sqlplus sys/******@test
SQL*Plus: Release 10.1.0.2.0 - Production on Fri May 13 15:56:13 2005
Copyright (c) 1982, 2004, Oracle. All rights reserved.
ERROR:
ORA-12500: TNS:listener failed to start a dedicated server process
Any idea?
Patrick
|
|
|
|