To stop enterprise manager 12c you need to follow the below steps :
1. Stop the Oracle Management Service:
Run the below command from $OMS_HOME
emctl stop oms -all
2. Stop the Management Agent:
Run the below command from $AGENT_HOME
emctl stop agent
3. Stop Oracle Management Repository
For this u need to stop database & listener services.
To Start enterprise manager 12c you need to follow the below steps :
1. Start Oracle Management Repository:
Start database & listener services.
2. Start the Oracle Management Service:
Run the below command from $OMS_HOME
emctl start oms
3. Start the Management Agent:
Run the below command from $AGENT_HOME
emctl start agent
Hope so u will find this post very useful 🙂
Cheers
Regards,
Adityanath

Leave a comment