How does one blackout events and jobs during maintenance slots?

Managemnet and data collection activity can be suspended by imposing a blackout. See here some examples:

agentctl start blackout # Blackout the entrire agent
agentctl stop blackout # Resume monitoring and management
agentctl start blackout ORCL # Blackout DB ORCL
agentctl stop blackout ORCL # Resume monitoring DB ORCL
agentctl start blackout -s jobs -d 00:20 # Blackout jobs for 20 min

Leave a reply

You must be logged in to post a comment.