Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Listener is not up or Database service is not registered !

bhatt tJun 11 2013 — edited Jan 27 2015

Hi all,

First of all, congrate to all, for this new looknfeel style. Its much better !

I am installing Oracle database 11gr2 64-bit on Windows 2008 r2 Datacentre 64-bit, through remote desktop connection on a Virtual Machine.

All is going well, till Database Configuration starts, after some time it shows below error ;

Enterprise Manager Configuration failed. Listener is not up or database service is not registered with it. Start the Listener and register the database service

When I check status of my listener, it shows as below;

LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-JUN-2013 09:00:57

Copyright (c) 1991, 2010, Oracle.  All rights reserved.

Welcome to LSNRCTL, type "help" for information.

LSNRCTL> status

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))

STATUS of the LISTENER

------------------------

Alias                     LISTENER

Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production

Start Date                11-JUN-2013 08:28:46

Uptime                    0 days 0 hr. 32 min. 16 sec

Trace Level               off

Security                  ON: Local OS Authentication

SNMP                      OFF

Listener Parameter File   c:\app\Administrator\product\11.2.0\dbhome_1\network\admin\listener.ora

Listener Log File         c:\app\administrator\diag\tnslsnr\EC2AMAZ-4PXQEP8\listener\alert\log.xml

Listening Endpoints Summary...

  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.31.45.99)(PORT=1521)))

Services Summary...

Service "CLRExtProc" has 1 instance(s).

  Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...

The command completed successfully

LSNRCTL>

Below is my listener.ora file;

--------------------------------------------

# listener.ora Network Configuration File: c:\app\Administrator\product\11.2.0\dbhome_1\network\admin\listener.ora

# Generated by Oracle configuration tools.

SID_LIST_LISTENER =

  (SID_LIST =

    (SID_DESC =

      (SID_NAME = CLRExtProc)

      (ORACLE_HOME = c:\app\Administrator\product\11.2.0\dbhome_1)

      (PROGRAM = extproc)

      (ENVS = "EXTPROC_DLLS=ONLY:c:\app\Administrator\product\11.2.0\dbhome_1\bin\oraclr11.dll")

    )

  )

LISTENER =

  (DESCRIPTION_LIST =

    (DESCRIPTION =

      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))

      (ADDRESS = (PROTOCOL = TCP)(HOST = 172.31.45.99)(PORT = 1521))

    )

  )

ADR_BASE_LISTENER = c:\app\Administrator

Please guide me to solve this problem i.e. how to make database configuration successfull.

Thanks/Regards.

Bhatt.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2013
Added on Jun 11 2013
9 comments
23,045 views