Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01 |
|
|
View PDF |
ALL_SCHEDULER_GLOBAL_ATTRIBUTE
displays the values of all scheduler attributes (for example, DEFAULT_TIMEZONE
and CURRENT_OPEN_WINDOW
).
Related View
DBA_SCHEDULER_GLOBAL_ATTRIBUTE
displays the values of all scheduler attributes in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
ATTRIBUTE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the Scheduler attribute |
VALUE |
VARCHAR2(128) |
Value of the Scheduler attribute |
See Also:
"DBA_SCHEDULER_GLOBAL_ATTRIBUTE"