admin - Wed, 11/04/2009 - 09:39
The command to start OEM and stop OEM are the followings.
Start OEM :
# which emctl /d01/app/oracle/product/11.1.0/db_1/bin/emctl
# emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.1.0.7.0 Copyright (c) 1996, 2008 Oracle Corporation. All rights reserved. https://myserver:1158/em/console/aboutApplication Starting Oracle Enterprise Manager 11g Database Control ..... started. ------------------------------------------------------------------ Logs are generated in directory /d01/app/oracle/product/11.1.0/db_1/oradb30.ntcltdna.ad_owbdb/sysman/log
|
Stop OEM :
# emctl stop dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.1.0.7.0 Copyright (c) 1996, 2008 Oracle Corporation. All rights reserved. https://myserver:1158/em/console/aboutApplication Stopping Oracle Enterprise Manager 11g Database Control ... ... Stopped. |