How can I view a list of future scheduled blackouts?

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';

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.