Home > Database > Mysql Tutorial > 配置Oracle EM dbcontrol

配置Oracle EM dbcontrol

WBOY
Release: 2016-06-07 17:06:46
Original
858 people have browsed it

Oracle10G的EM采用了web方式,并且分成了2个产品,database control和grid control。这里主要介绍如何创建单数据的dbcontrol。Gr

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

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

使用命令行工具emca可以创建,修改,重建或者删除dbcontrol的配置。

2 常用命令的语法

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的端口

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

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

 

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

emca -reconfig ports -dbcontrol_http_port 1159(这个命令实验没有成功,运行后还是1158,原因没有找到。)

emca -reconfig ports -agent_port 3939

3 实验

3.1 未配置dbconsole前报错

[oracle@cent4 ~]$ emctl start dbconsole

TZ set to PRC

OC4J Configuration issue. /u01/app/oracle/product/10.2.1/db_1/oc4j/j2ee/OC4J_DBConsole_cent4.oracle.com_ltest not found.

3.2 配置dbconsole

[oracle@cent4 j2ee]$ emca -config dbcontrol db

 

EMCA 开始于 2011-11-10 9:13:27

EM Configuration Assistant 10.2.0.1.0 正式版

版权所有 (c) 2003, 2005, Oracle。保留所有权利。

 

输入以下信息:

数据库 SID: ltest

监听程序端口号: 1521

SYS 用户的口令: 

DBSNMP 用户的口令: 

SYSMAN 用户的口令: 

SYSMAN 用户的口令: 通知的电子邮件地址 (可选):    

通知的发件 (SMTP) 服务器 (可选):

-----------------------------------------------------------------

 

已指定以下设置

 

数据库 ORACLE_HOME ................ /u01/app/oracle/product/10.2.1/db_1

 

数据库主机名 ................ cent4.oracle.com

监听程序端口号 ................ 1521

数据库 SID ................ ltest

通知的电子邮件地址 ...............

通知的发件 (SMTP) 服务器 ...............

 

-----------------------------------------------------------------

是否继续? [yes(Y)/no(N)]: YES

2011-11-10 9:15:59 oracle.sysman.emcp.EMConfig perform

信息: 正在将此操作记录到 /u01/app/oracle/product/10.2.1/db_1/cfgtoollogs/emca/ltest/emca_2011-11-10_09-13-27-上午.log。

2011-11-10 9:16:12 oracle.sysman.emcp.util.DBControlUtil startOMS

信息: 正在启动 Database Control (此操作可能需要一段时间)...

2011-11-10 9:17:52 oracle.sysman.emcp.EMDBPostConfig performConfiguration

信息: 已成功启动 Database Control

2011-11-10 9:17:52 oracle.sysman.emcp.EMDBPostConfig performConfiguration

信息: >>>>>>>>>>> Database Control URL 为 :1158/em

已成功完成 Enterprise Manager 的配置

EMCA 结束于 2011-11-10 9:17:52

[oracle@cent4 j2ee]$ ls

deploy_db.ini  home  isqlplus  oc4j_applications  OC4J_DBConsole  OC4J_DBConsole_cent4.oracle.com_ltest

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template