啓動和中止全部Grid Control 組件數據庫
1 中止順序代理
-- 中止中心代理程序進程
$ORACLE_HOME/bin/emctl stop agent程序
-- 中止OMSim
$ORACLE_HOME/bin/emctl stop oms數據
-- 中止進程管理器top
$ORACLE_HOME/bin/opmnctl stopalldi
-- 中止存儲倉庫數據庫管理
Export ORACLE_SID=SIDtar
Sqlplus /nolog
Shutdown immediate
-- 中止監聽程序
Lsnrctl stop
2 啓動順序
-- 啓動監聽
Lsnrctl start
-- 啓動存儲倉庫數據庫
Export ORACLE_SID=SID
Sqlplus /nolog
Startup
-- 啓動OMS
$ORACLE_HOME/bin/emctl start oms
-- 啓動中心代理程序
$ORACLE_HOME/bin/emctl start agent