Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_SCHEDULER_WINDOW_GROUPS

ALL_SCHEDULER_WINDOW_GROUPS displays information about the Scheduler window groups accessible to the current user.

Related View

DBA_SCHEDULER_WINDOW_GROUPS displays information about all Scheduler window groups in the database.

Column Datatype NULL Description
WINDOW_GROUP_NAME VARCHAR2(30) NOT NULL Name of the window group
ENABLED VARCHAR2(5)   Indicates whether the window group is enabled (TRUE) or not (FALSE)
NUMBER_OF_WINDOWS NUMBER   Number of members in the window group
NEXT_START_DATE VARCHAR2(64)   If a window group is disabled, this column will be NULL. Otherwise, it will be set to the earliest NEXT_START_DATE from the enabled windows in the group.
COMMENTS VARCHAR2(240)   Optional comment about the window group