Oracle Database console not able to start and giving error oracle 11 not running
WHat is the output of the following command?
emctl status dbconsole.
If not running
emctl start dbconsole
If still you are getting error
If you want you can try also drop and recreate the repository again
To drop
$> emca -deconfig dbcontrol db -repos drop
It will ask for Database name =
Listerner port = 1521 or what ever you have specified
To Recreate
emca -config dbcontrol db -repos recreate
This should solve your problem.
emctl status dbconsole.
If not running
emctl start dbconsole
If still you are getting error
If you want you can try also drop and recreate the repository again
To drop
$> emca -deconfig dbcontrol db -repos drop
It will ask for Database name =
Listerner port = 1521 or what ever you have specified
To Recreate
emca -config dbcontrol db -repos recreate
This should solve your problem.
Comments