Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error code 2 starting OracleDbConsole service

Tags:

oracle11gr2

I installed Oracle DB 11g, everything was working well, but suddenly process OracleDbConsoleorcl didn't start anymore, I try manually but it always shows this message:

Windows could not start OracleDbConsoleorcl on
Local Computer. If this is a non-Microsoft service,
contact the service vendor, and refer the service
specific error code 2

What should I do??

like image 434
jan 20052006 Avatar asked Mar 28 '13 23:03

jan 20052006


2 Answers

You can use the following command to check the issues/configuration status of OracleDBConsoleorcle:

emctl status dbconsole

You can then configure accordingly.

like image 176
Nujufas Avatar answered Nov 04 '22 21:11

Nujufas


Oracle 11g: Windows could not start the OracleDBConsoleorcl on Local Computer

I was using the Oracle 11g in my Windows 7 Professional system for few days.. Suddenly, I was not able to use the sql developer to connect the schema/user.

I found that the Oracle... services were down in the Windows services windows.

a) Oracle ORCL VSS Writer Service - running b) OracleDBConsoleorcle - not running c) OracleJobSchedulerORCL - not running d) OracleServiceORCL - not running

When I started the OracleDBConsoleoracle, it thrown a error "Windows could not start the OracleDBConsoleorcl on Local Computer".

(Below solution is worked for me, based on the various fo rum threads)...

  • a. go to C:.......\product\11.1.0\db_1\oc4j\j2ee
  • b. copy paste the folder: OC4J_DBConsole_192.168.x.y_orcl, two times
  • c. rename one of the two new folder as OC4J_DBConsole_localhost_orcl
  • d. rename the other one as OC4J_DBConsole__orcl

after making these changes and a reboot, it started to running.........

like image 3
Muhammad Shakeel Avatar answered Nov 04 '22 22:11

Muhammad Shakeel