[Home] [Help]
[Dependency Information]
| Object Name: | DBA_AUTOTASK_SCHEDULE |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Schedule of Maintenance Windows for the next 32 days
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WINDOW_NAME | VARCHAR2 | (128) | Name of the Maintenance Window | |
| START_TIME | TIMESTAMP(6) WITH TIME ZONE | (13) | Projected start time of the window | |
| DURATION | INTERVAL DAY(3) TO SECOND(0) | (11) | Currently defined duration of the window |
Cut, paste (and edit) the following text to query this object:
SELECT WINDOW_NAME
, START_TIME
, DURATION
FROM SYS.DBA_AUTOTASK_SCHEDULE;
SYS
DBA_SCHEDULER_WINDOWS
DBA_SCHEDULER_WINGROUP_MEMBERS
DBMS_AUTO_TASK
- show dependent code
SYS_PLSQL_1594E20B_37_1
PUBLIC
DBA_AUTOTASK_SCHEDULE
|
|
|
|