在10g中,客户端可以不必安装任何oracle客户端工具,仅凭浏览器就可以调用强大的em工具。
在server端,可以通过如下命令启动em工具控制台:
emctl start dbconsole
以下是启动过程:
[oracle@danaly ~]$ emctl start dbconsole
tz set to prc
oracle enterprise manager 10g database control release 10.2.0.1.0
copyright (c) 1996, 2005 oracle corporation. all rights reserved.
http://danaly.hurrray.com.cn:1158/em/console/aboutapplication
starting oracle enterprise manager 10g database control .......................... started.
------------------------------------------------------------------
logs are generated in directory /opt/oracle/product/10.2.0/danaly.hurrray.com.cn_danaly/sysman/log
启动之后我们就可以通过在浏览器端输入以下url访问:
http://danaly.hurrray.com.cn:1158/em/
同样停止oem可以输入如下命令:
emctl stop dbconsole
以下是停止过程:
[oracle@danaly ~]$ emctl stop dbconsole
tz set to prc
oracle enterprise manager 10g database control release 10.2.0.1.0
copyright (c) 1996, 2005 oracle corporation. all rights reserved.
http://danaly.hurrray.com.cn:1158/em/console/aboutapplication
stopping oracle enterprise manager 10g database control ...... stopped.
也可以直接键入emctl查看emctl支持的选项:
[oracle@danaly ~]$ emctl
tz set to prc
oracle enterprise manager 10g database control release 10.2.0.1.0
copyright (c) 1996, 2005 oracle corporation. all rights reserved.
invalid arguments
unknown command option
usage::
oracle enterprise manager 10g database control commands:
emctl start| stop| status| setpasswd dbconsole
http://www.bkjia.com/phpjc/631078.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/631078.htmltecharticle从oracle10g开始,oracle极大的增强了oem工具,并通过服务器端进行em工具全面展现。 在10g中,客户端可以不必安装任何oracle客户端工具,仅凭...
