Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> listener does not launch services
Hi everybody,
I use an Oracle 9.2.0.1.0 on NT4SP6 for a database called PENTA. It works fine on a server (CERISIER).
Now i wanted to duplicate this database on an another server (PEUPLIER) which has exactly the same softwares.
When I start the listener on PEUPLIER, this one does not see (launch) the service of my database PENTA;
Here are the main files of the database and the output of the listener.
Can someone help me?
Thanks a lot.
Jerome
P.S: PEUPLIER is well declaredin the host file of PEUPLIER
STARTUP_WAIT_TIME_LISTENER = 10
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = peuplier)(PORT = 1521)) )
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0)) )
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\oracle\ora92)
(PROGRAM = extproc)
)
)
SERVICE_LIST_LISTENER =
(SERVICE_LIST =
(SERVICE_DESC =
(SERVICE_NAME = PENTA)
(ORACLE_HOME = D:\orant\ora92)
)
)
TRACE_LEVEL_LISTENER = OFF
control_files = ("E:\Databases\admin\PENTA\control\control01.ctl" , "E:\Databases\admin\PENTA\control\control02.ctl" , "E:\Databases\admin\PENTA\control\control03.ctl")open_cursors = 300
TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
Le fichier de paramÞtres systÞme est
D:\oracle\ora92\network\admin\listener.ora
Messages de journalisation Úcrits dans
D:\oracle\ora92\network\log\listener.log
Ecoute sur :
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cerisier)(PORT=1521)))
Ecoute sur :
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
Connexion Ó (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=cerisier)(PORT=1521))) STATUT du MODULE D'ECOUTE
Alias LISTENER Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production Date de dÚpart 03-OCT-2003 11:42:03 DurÚe d'activitÚ 0 jours 0 heures 0 min. 12 sec Niveau de trace off SÚcuritÚ OFF SNMP OFF
![]() |
![]() |