Monday 11 July 2011

Oracle : Restart Grid Control 11GR2

export ORACLE_SID=OEM #Where oracle home is /u01/app/oracle/Middleware/oms11g


. oraenv

emctl stop oms -all
# The -all stops the web tier as well
export ORACLE_SID=AGENT
. oraenv
emctl stop agent
emctl start agent
export ORACLE_SID=OEM
. oraenv
emctl start oms

0 comments: