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


VIEW: SYS.CDB_AUTOTASK_WINDOW_HISTORY

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

Automated Maintenance view of window history in all containers

[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
CON_ID NUMBER

container id
Query Text

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


SELECT WINDOW_NAME
,      WINDOW_START_TIME
,      WINDOW_END_TIME
,      CON_ID
FROM SYS.CDB_AUTOTASK_WINDOW_HISTORY;

Dependencies

[top of page]

SYS.CDB_AUTOTASK_WINDOW_HISTORY does not reference any database object

SYS.CDB_AUTOTASK_WINDOW_HISTORY is referenced by following:

SchemaPUBLIC
SynonymCDB_AUTOTASK_WINDOW_HISTORY