现在的位置: 首页 >> 数据库 >> MsSQL >> 如何在Oracle10g中启动和关闭OEM
添加时间:2005-11-15 来源:网教中国 作者:
如何在Oracle10g中启动和关闭OEM

从Oracle10g开始,Oracle极大的增强了OEM工具,并通过服务器端进行EM工具全面展现。
在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
       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 ilint  options can be listed by typing "emctl ilint"
emctl deploy  options can be listed by typing "emctl deploy"


上一篇:如何快速杀死占用过多资源(CPU,内存)的数据库进程 下一篇:SQL中通配符、转义符与"["号的使用(downmoon)
大部分文章摘自网上,如有侵犯您的权益请与我们联系,我们会第一时间进行处理,谢谢! [ 打印文章 ] [ 关闭窗口 ]
推荐文章
·应用存储过程按月建数据表
·更改数据库
·实例数据库
·创建存储过程
·视图简介
·基于HTTP 的数据访问
·数据库表结构
·ms sql server数据库无法输入简
·浅谈MS SQL锁机制
·sql日记(相关子查询,动态交叉表
相关文章
 
最新文章
·SQL Server 2000 简介
·SQL Server 2000 的新特性
·SQL Server 2000 的工具
·SQL Server 2000 的版本和系统需
·安装SQL Server 2000
·从SQL Server 7.0 升级
·数据库-基本概念
·关系数据库
·常见的数据库对象
·关系数据库的范式
Google