In this article, we are going to have look on steps which use to restart OMS in Oracle OEM 12c Cloud. As we know that Oracle Management Server (OMS) is a software system that functions as a middle tier between Oracle intelligent agents and Oracle management consoles. The system may operate on multiple nodes and by default uses a schema named DBSNMP.Through this system, database administrators may view and control their OEM domain(s).

An OMS has special links with a repository database, used for storing OEM details. OMS service runs on the server, where Oracle 12c cloud control is installed. We can use EMCTL utility to stop and restart OMS service.

cd $OMS_HOME/bin

Stopping OMS:
oracle@test:…ta/app/oracle/oms12cr5/oms/bin$ ./emctl stop oms

Oracle Enterprise Manager Cloud Control 12c Release 5

Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved. Stopping WebTier...

WebTier Successfully Stopped Stopping Oracle Management Server...

Oracle Management Server Successfully Stopped
Oracle Management Server is Down
Starting OMS:
oracle@test:…ta/app/oracle/oms12cr5/oms/bin$ ./emctl start oms

Oracle Enterprise Manager Cloud Control 12c Release 5

Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved. Starting Oracle Management Server...

Starting WebTier...
WebTier Successfully Started

Oracle Management Server Successfully Started
Oracle Management Server is Up

Checking the OMS status:

oracle@test:…ta/app/oracle/oms12cr5/oms/bin$ ./emctl status oms

Oracle Enterprise Manager Cloud Control 12c Release 5
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
WebTier is Up
Oracle Management Server is Up

I hope these simple steps will help to solve this issue. Thank you for spending your valuable time to read our article.

If you want to be updated with all our articles send us the Invitation or Follow us:

Joel Perez’s LinkedIn: www.linkedin.com/in/SirDBaaSJoelPerez

Skant Gupta’s LinkedIn: www.linkedin.com/in/skantali/

LinkedIn Group: Oracle Cloud DBAAS

Facebook Page: OracleHelp

About The Author

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.