Starting and Stopping the Oracle Enterprise Manager Console To access the Oracle Enterprise Manager Console from a client browser, the dbconsole process needs to be running on the server. The dbconsole process is automatically started after installation. However, in the event of a system restart,change in IP, or other changes, you can start it manually at the command line. To start the dbconsole process from the command line: Navigate into your ORACLE_HOME/bin directory. 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 -------------------------------------------------------------------------------------------------------