How to restart OMS in oracle 12c cloud - DBACLASS DBACLASS
We can restart OMS service using EMCTL command.
oracle monitoringintermediate
by OracleDba
14 views
We can restart OMS service using EMCTL command.
1234567891011121314151617181920212223242526272829
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 UpPlease to add comments
No comments yet. Be the first to comment!