DBA Hub

📋Steps in this guide1/1

How to restart OMS in oracle 12c cloud - DBACLASS DBACLASS

We can restart OMS service using EMCTL command.

oracle monitoringintermediate
by OracleDba
14 views
1

Overview

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

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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

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

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

Comments (0)

Please to add comments

No comments yet. Be the first to comment!