views:

264

answers:

1

After creating a db using Database Configuration Assistant, I go to Enterprise Manager, log into it, and it tells me, that java.lang.Exception: Exception in sending Request :: null. OracleDBConsole for this db, and iSQLPlus services are started. When I run %ORACLE_HOME%\bin\emctl status dbconsole, it says, EM Daemon is not running. How do I deal with this? How do I start the EM daemon?

alt text

+1  A: 

Try this command:

%ORACLE_HOME%\bin\emctl start dbconsole
DCookie
It says, "...The requested service has already been started". And emctl status still says, that "EM Daemon is not running".
folone
Well, it actually worked. I restarted the dbconsole. At first it said, that EM daemon is still not running, but in about 15 minutes it was okay. Thank you.
folone
The startup commands for the EM can be slow to complete.
DCookie