从Oracleg开始Oracle极大的增强了OEM工具并通过服务器端进行EM工具全面展现
在g中客户端可以不必安装任何Oracle客户端工具仅凭浏览器就可以调用强大的EM工具
在Server端可以通过如下命令启动EM工具控制台:
emctl start dbconsole
以下是启动过程:
[oracle@danaly ~]$ emctl start dbconsole
TZ set to PRC
Oracle Enterprise Manager g Database Control Release
Copyright (c) Oracle CorporationAll rights reserved
Starting Oracle Enterprise Manager g Database Control started
Logs are generated in directory /opt/oracle/product//cn_danaly/sysman/log
启动之后我们就可以通过在浏览器端输入以下url访问:
同样停止OEM可以输入如下命令:
emctl stop dbconsole
以下是停止过程:
[oracle@danaly ~]$ emctl stop dbconsole
TZ set to PRC
Oracle Enterprise Manager g Database Control Release
Copyright (c) Oracle CorporationAll rights reserved
Stopping Oracle Enterprise Manager g Database Control Stopped
也可以直接键入emctl查看emctl支持的选项:
[oracle@danaly ~]$ emctl
TZ set to PRC
Oracle Enterprise Manager g Database Control Release
Copyright (c) Oracle CorporationAll rights reserved
Invalid arguments
Unknown command option
Usage::
Oracle Enterprise Manager g 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 be listed by typing emctl config
emctl secure options can be listed by typing emctl secure
emctl ilintoptions can be listed by typing emctl ilint
emctl deployoptions can be listed by typing emctl deploy