当我们的oracle服务器是使用的Linux/Unix系统时,我们从windows或者其他的客户端想用启动oracle的EM工具了解一些系统系统信息时
可以采用如下方式:
首先在服务器端打开一个窗口,输入如下命令:emctl start
[oracle@oracle11g ~]$ emctl start
Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
Oracle Enterprise Manager 10g Database Control commands:
emctl start | stop dbconsole
emctl status | secure | setpasswd dbconsole
emctl status agent
emctl status agent -secure [-omsurl :/em/*>]
emctl getversion
emctl reload | upload | clearstate | getversion agent
emctl reload agent dynamicproperties [:]....
emctl config agent
emctl config agent updateTZ
emctl config agent getTZ
emctl resetTZ agent
emctl config agent credentials [[:]]
Blackout Usage :
emctl start blackout [-nodeLevel] [[:]].... [-d ]
emctl stop blackout
emctl status blackout [[:]]....
The following are valid options for blackouts
defaults to local node target if not specified.
If -nodeLevel is specified after ,the blackout will be applied to all targets and any target list that follows will be ignored.
Duration is specified in [days] hh:mm
emctl getemhome
emctl ilint
Em Key Commands Usage :
emctl config emkey -emkeyfile [-force] [-sysman_pwd ]
emctl config emkey -emkey [-emkeyfile ] [-force] [-sysman_pwd ]
emctl config emkey -repos [-emkeyfile ] [-force] [-sysman_pwd ]
emctl config emkey -remove_from_repos [-sysman_pwd ]
emctl config emkey -copy_to_repos [-sysman_pwd ]
emctl status emkey [-sysman_pwd ]
Secure DBConsole Usage :
emctl secure dbconsole -sysman_pwd [-passwd_file ]
[-host ] [-sid ] [-reset] [-secure_port ]
[-root_dc ] [-root_country ] [-root_state ] [-root_loc ]
[-root_org ] [-root_unit ] [-root_email ]
emctl secure status dbconsole
该命令的作用是查看EM工具是否已经安装配置,如果没有配置可以使用下面的命令来配置:
[oracle@oracle11g ~]$emca -config dbcontrol db -repos recreate
配置完成后,使用如下命令启动EM控制台:
[oracle@oracle11g ~]$ emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://oracle11g:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control ........................... started.
Logs are generated in directory /u01/oracle/oracle11g_orcl/sysman/log
启动成功,我们就可以在windows或者别的客户端使用IE工具进行登陆了.
https://192.168.120.149:1158/em/console
(IP根据自己的实际情况输入了,1158端口也根据实际情况输入了),然后登陆就OK啦!
分享到:
相关推荐
\Linux-Unix系统启动oracle 11g EM控制台 - Linux数据库应用
### Linux平台下启动Oracle 11g EM控制台的关键知识点 #### 一、Oracle EM(Enterprise Manager)控制台概述 Oracle Enterprise Manager (EM) 是一套综合管理解决方案,用于监控、管理和优化 Oracle 数据库及...
1. 操作系统:Oracle 11g支持Windows、Linux、Unix等多种操作系统。在Windows环境下,通常推荐使用Server版或更高版本。 2. 硬件配置:至少需要2GB内存,推荐4GB以上;足够的磁盘空间,安装文件和数据库运行所需空间...
在Unix/Linux系统中,可以通过初始化参数文件(spfile)所在的目录下的`sqlplus`脚本来实现快速启动和停止: - **启动**:`$ sqlplus /nolog @startup` - **停止**:`$ sqlplus /nolog @shutdown` 5. **注意事项...
Unix/Linux系统的卸载方法** - **删除文件**: 删除$ORACLE_HOME目录下的所有文件。 - **数据文件**: 删除所有数据文件。 - **日志文件**: 最后删除所有日志文件。 以上步骤涵盖了Oracle的安装与卸载过程中涉及...
Oracle 10g是一款强大的关系型数据库管理系统,其命令行工具是DBA(数据库管理员)进行日常管理和维护的重要手段。本教程将详细讲解Oracle 10g中的关键命令和概念。 首先,我们要了解一些基本的环境变量。`ORACLE_...
在安装Oracle Business Intelligence 11g之前,需要准备好相应的硬件和Oracle数据库环境。具体要求如下: - **硬件准备**:至少需要20GB的硬盘空间、4GB的内存、950MB的临时空间和3GB的交换空间。CPU需要满足至少是...
- **AMM(Automatic Memory Management)**:在Linux/UNIX环境下,AMM特性允许Oracle自动管理其使用的内存,以提高资源利用率和性能。启用AMM前,需检查并可能调整系统共享内存文件系统设置。 - **调整共享内存文件...
- **UNIX/Linux环境下**:使用Oracle用户登录服务器,运行`emctl start dbconsole`命令来启动EM控制台。 - **Windows环境下**:通过服务管理器启动DBConsole服务。 ###### 2.1.2 获取DB性能报告的方法 1. **打开EM...