1,194 views
in OEM by ACE (20,920 points)
closed by
closed with the note: closed

1 Answer

by ACE (20,920 points)
 
Best answer

To start the dbconsole process from the command line:

  1. Navigate into your ORACLE_HOME/bin directory.

  2. Run the following statement:

    ./emctl start dbconsole
    
    

Additionally, you can stop the process and view its status.

To stop the dbconsole process:

./emctl stop dbconsole

To view the status of the dbconsole process:

./emctl status dbconsole

Categories

...