How to Start and Stop Oracle 13C OEM services including OEM database Serivces

 Hi All,

In this post i am going to share how to start and stop the Oracle OEM 13C services manually .

Database version : 19.27.0.0 

OEM version : 13.5C

OEL Version  : 7

Manual Method to stop OEM services :

Stop MS :

  – export OMS_HOME=/u01/app/oracle/middleware

  – /u01/app/oracle/middleware/bin/emctl stop oms -all

 

Stop Agent :

 –   export AGENT_HOME=/u01/app/oracle/agent/agent_inst

  – /u01/app/oracle/agent/agent_inst/bin/emctl stop agent

 

Stop database : 

 – sqlplus / as sysdba > shut immediate;

 – stop listener :: lsnrctl stop OEMDB

Manual Method to start OEM services :

Start Database : 

 – sqlplus / as sysdba > startup;

 – start listener :: lsnrctl start OEMDB

Start MS :

  – export OMS_HOME=/u01/app/oracle/middleware

  – /u01/app/oracle/middleware/bin/emctl start oms

Start Agent :

   – /u01/app/oracle/agent/agent_inst/bin/emctl start agent

>>> check in detailed OMS status

$ OMS_HOME/bin/emctl status oms -details

>>> check repository details

$ OMS_HOME/bin/emctl config oms -list_repos_details

>>>  get list of targets monitored by agent

$ AGENT_HOME/bin/emctl config agent listtargets

Thanks,

Srini

ANJANI APPS DBA

Author: admin

Leave a Reply

Your email address will not be published. Required fields are marked *