Skip to content

My Tech Blog

  • Home

blackouts

How can I view the number of targets blacked out in the last 30 days?

August 14, 2017 by mark

The MGMT$BLACKOUT_HISTORY file contains an overview of all finished blackouts for each target. To view the number of targets blacked out in the last 30 days, enter the following query: SELECT target_type, COUNT (*) cnt FROM mgmt$blackout_history WHERE start_time > SYSDATE – 30 GROUP BY target_type ;

Categories Enterprise Manager Tags blackouts Leave a comment

How can I view a list of future scheduled blackouts?

August 14, 2017 by mark

The MGMT$BLACKOUTS file contains definitions of all blackouts known in the system. To view a list of future scheduled blackouts, enter the following query: SELECT blackout_name, reason, created_by, schedule_type, scheduled_time FROM mgmt$blackouts WHERE status = ‘Scheduled’;

Categories Enterprise Manager Tags blackouts Leave a comment

Recent Posts

  • Protected: Git, Node and Docker
  • ASUS Router Firmware Upgrade Notification
  • Locking in DynamoDB
  • SQL Joins
  • What is the difference between Optimistic and Pessimistic locking

Recent Comments

  • mark on Table size and Growth
  • George D on Table size and Growth
  • mark on MySQL Deadlocks in InnoDB
  • Rick on MySQL Deadlocks in InnoDB
  • Kumar on Backup Report from Enterprise Manager

Archives

  • November 2024
  • March 2024
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • March 2022
  • February 2021
  • December 2020
  • October 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2018
  • September 2018
  • August 2018
  • June 2018
  • April 2018
  • January 2018
  • December 2017
  • November 2017
  • September 2017
  • August 2017

Categories

  • Alexa
  • Aurora
  • AWS
  • Data Science
  • Enterprise Manager
  • MS SQL
  • MYSQL
  • Oracle AWS
  • Oracle Database
  • Oracle Rman
  • Python
  • RAC
  • Uncategorized
  • UNIX
© 2025 My Tech Blog • Built with GeneratePress