Windows
|
Attribute name |
Datatype |
Description |
|
comments |
TIMESTAMP |
Comments. |
|
duration |
INTERVAL |
Duration of the window. |
|
end_date |
TIMESTAMP |
Timestamp after which the window will no longer open. If this attribute is set, schedule_name must be NULL. |
|
repeat_interval |
VARCHAR2 |
Character string using the calendar string syntax (see the earlier description). If this attribute is set, schedule_name must be NULL. |
|
resource_plan |
VARCHAR2 |
Resource plan to be associated with a window. |
|
schedule_name |
TIMESTAMP |
Name of a schedule to use with this window. If this attribute is set, start_date, end_date, and repeat_interval must all be NULL. |
|
start_date |
TIMESTAMP |
Next timestamp on which this window is scheduled to open. If this attribute is set, schedule_name must be NULL. |
|
window_priority |
VARCHAR2 |
Priority of the window. Must be either LOW or HIGH. |