Oracle® Database Reference 10g Release 1 (10.1) Part Number B10755-01 |
|
|
View PDF |
ALL_SCHEDULER_WINDOW_GROUPS
displays information about the Scheduler window groups accessible to the current user.
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 | |
COMMENTS |
VARCHAR2(240) |
Optional comment about the window group |