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


VIEW: SYS.DBA_AUTOTASK_WINDOW_HISTORY

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

Automated Maintenance view of window history

[View Source]

Columns
Name Datatype Length Mandatory Comments
WINDOW_NAME VARCHAR2 (261)
Name of the window
WINDOW_START_TIME TIMESTAMP(6) WITH TIME ZONE (13)
Start time of the window
WINDOW_END_TIME TIMESTAMP(6) WITH TIME ZONE (13)
End time of the window
Query Text

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


SELECT WINDOW_NAME
,      WINDOW_START_TIME
,      WINDOW_END_TIME
FROM SYS.DBA_AUTOTASK_WINDOW_HISTORY;

Dependencies

[top of page]

SYS.DBA_AUTOTASK_WINDOW_HISTORY references the following:

SchemaSYS
ViewDBA_SCHEDULER_WINDOWS
ViewDBA_SCHEDULER_WINDOW_LOG
SYS.DBA_AUTOTASK_WINDOW_HISTORY is referenced by following:

SchemaPUBLIC
SynonymDBA_AUTOTASK_WINDOW_HISTORY
SchemaSYS
ViewDBA_AUTOTASK_CLIENT_HISTORY
ViewDBA_AUTOTASK_JOB_HISTORY