DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_AUTOTASK_SCHEDULE

Object Details
Object Name: CDB_AUTOTASK_SCHEDULE
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Schedule of Maintenance Windows for the next 32 days in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
WINDOW_NAME VARCHAR2 (30)
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
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT WINDOW_NAME
,      START_TIME
,      DURATION
,      CON_ID
FROM SYS.CDB_AUTOTASK_SCHEDULE;

Dependencies

[top of page]

SYS.CDB_AUTOTASK_SCHEDULE does not reference any database object

SYS.CDB_AUTOTASK_SCHEDULE is referenced by following:

SchemaPUBLIC
SynonymCDB_AUTOTASK_SCHEDULE