Disclaimer

Thursday, 22 October 2020

How to put Database in Blackout - OEM 13c Cloud Control?

 

How to put Database in Blackout - OEM 13c Cloud Control?

Blackout Targets in OEM 13c Cloud Control

ORACLE DATABASE – > MONITORING – > BLACKOUTS


Now Click on Create Tab:


Select Blackout option and Click on Create:


 

Search the Sever Name:




Select the Sever Name with Database Name:





Please select time as per maintains window: Here we have selected for 2 hours




Stop from the Blackout:





Delete from the Blackout:



Click on Delete tab to remove from Blackout:






No comments:

Post a Comment

Why should we always use table aliases in joins?

  Wherever multiple tables are used, always refer to a column by either using an alias or using the fully qualified name. Do not leave the g...