当前位置:首页 > 网络编程 > 数据库 > Oracle > EMCA和EMCTL的简单用法

EMCA和EMCTL的简单用法

点击次数:34 次 发布日期:2008-11-22 16:38:25 作者:源代码网
源代码网推荐

  Oracle10G的EM采用了web方式,并且分成了2个产品,database control和grid control。这里主要介绍如何创建单数据的dbcontrol。Grid control需要下载单独的光盘安装。

        在用DBCA建库的时候,可以选择是否启用dbcontrol,启用的话需要在数据库中建立一个sysman的schema,用于保存EM的一些数据,这个就是EM的资料库(repository)。

        使用命令行工具emca可以创建,修改,重建或者删除dbcontrol的配置。而使用命令行工具emctl可以启动/停止EM console服务,察看服务状态等。

        emca常用命令语法:

        emca -repos create创建一个EM资料库

        emca -repos recreate重建一个EM资料库

        emca -repos drop删除一个EM资料库

        emca -config dbcontrol db配置数据库的 Database Control

        emca -deconfig dbcontrol db删除数据库的 Database Control配置

        emca -reconfig ports 重新配置db control和agent的端口

        注:通过查看$ORACLE_HOME/install/portlist.ini 文件可以知道当前dbcontrol正在使用的端口,默认dbcontrol http端口1158,agent端口3938。如果要重新配置端口,可以使用如下命令:

        emca -reconfig ports -dbcontrol_http_port 1159

        emca -reconfig ports -agent_port 3939

        emctl常用命令语法:

        emctl start dbconsole启动EM console服务,使用前需要先设置ORACLE_SID环境变量

        emctl stop dbconsole停止EM console服务,使用前需要先设置ORACLE_SID环境变量

 

源代码网供稿.
网友评论 (0)
会员中心
网络编程
本站推荐
网络编程之精华