Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-01 |
|
|
View PDF |
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 |