Did you install the Enterprise Manager and totally forget where it was installed, or have no clue how to bring it up? Try finding that one in the docs… waste of time.

If the service dies, or you bounce the box and need to get it up, here’s what you can do:

on the server:

$ emctl status dbconsole

here you get also your http address to call

if it’s not running:

$ emctl start dbconsole

The executable is located in the db’s bin directory. If you’re not sure where that is, use this to find the tool:

$ find / -name emctl

Later!

.: Adam