重庆思庄Oracle、Redhat认证学习论坛

标题: 启动和停止所有Grid Control 组件 示例 [打印本页]

作者: 郑全    时间: 2014-2-11 14:24
标题: 启动和停止所有Grid Control 组件 示例

启动和停止所有Grid Control 组件  

停止顺序

-- 停止中心代理程序

$ORACLE_HOME/bin/emctl stop agent

-- 停止OMS

$ORACLE_HOME/bin/emctl stop oms

-- 停止进程管理器

    $ORACLE_HOME/bin/opmnctl stopall

-- 停止存储仓库数据库

Export ORACLE_SID=SID

Sqlplus /nolog

Shutdown immediate

-- 停止监听程序

Lsnrctl stop

启动顺序

-- 启动监听

Lsnrctl start

-- 启动存储仓库数据库

Export ORACLE_SID=SID

Sqlplus /nolog

Startup

-- 启动OMS

$ORACLE_HOME/bin/emctl start oms

-- 启动中心代理程序

$ORACLE_HOME/bin/emctl start agent






欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2