Starting with oracle10g, Oracle has greatly enhanced the OEM tools and fully demonstrated the EM tools on the server side.
In 10g, the client can invoke the powerful EM tool only by browser without having to install any Oracle client tools.
On the server side, you can start the EM tools console by using the following command:
Emctl Start Dbconsole
The following is the startup process:
[Oracle@danaly ~]$ emctl start Dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, Oracle Corporation. All rights reserved.
Http://danaly.hurrray.com.cn:1158/em/console/aboutApplication
------------------------------------------------------------------
Logs are generated in Directory/opt/oracle/product/10.2.0/danaly.hurrray.com.cn_danaly/sysman/log
Once started, we can access it by entering the following URL at the browser end:
http://danaly.hurrray.com.cn:1158/em/
Also stop OEMs can enter the following command:
Emctl Stop Dbconsole
The following is the stop process:
[Oracle@danaly ~]$ Emctl Stop Dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, Oracle Corporation. All rights reserved.
Http://danaly.hurrray.com.cn:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ... Stopped.
You can also type Emctl to view the options supported by Emctl:
[Oracle@danaly ~]$ Emctl
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, Oracle Corporation. All rights reserved.
Invalid arguments
Unknown command option
Usage::
Oracle Enterprise Manager 10g Database control commands:
Emctl start| stop| status| SETPASSWD Dbconsole
Emctl Secure
EMCTL Set SSL Test|off|on em
Emctl Set LDAP
Emctl blackout options can be listed by typing "Emctl blackout"
Emctl config options can is listed by typing "emctl config"
Emctl secure options can is listed by typing "emctl secure"
Emctl ilint options can be listed by typing "emctl ilint"
Emctl deploy options can be listed by typing "emctl deploy"
turn from: Dynamic Network production guide www.knowsky.com