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


VIEW: SYS.CDB_AUTOTASK_CLIENT_HISTORY

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

Automated Maintenance Jobs history in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
CLIENT_NAME VARCHAR2 (64)
Name of the Automated Maintenance Client
WINDOW_NAME VARCHAR2 (261)
Name of the Maintenance Window
WINDOW_START_TIME TIMESTAMP(6) WITH TIME ZONE (13)
Start time of the Maintenance Window
WINDOW_DURATION INTERVAL DAY(9) TO SECOND(6) (24)
Duration of the Maintenance Window
JOBS_CREATED NUMBER

Number of Maintenance Jobs created during the window
JOBS_STARTED NUMBER

Number of Maintenance Jobs that were run during the window
JOBS_COMPLETED NUMBER

Number of Maintenance Jobs that were completed during the window
WINDOW_END_TIME TIMESTAMP(6) WITH TIME ZONE (13)
End time of the Maintenance Window
CON_ID NUMBER

container id
Query Text

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


SELECT CLIENT_NAME
,      WINDOW_NAME
,      WINDOW_START_TIME
,      WINDOW_DURATION
,      JOBS_CREATED
,      JOBS_STARTED
,      JOBS_COMPLETED
,      WINDOW_END_TIME
,      CON_ID
FROM SYS.CDB_AUTOTASK_CLIENT_HISTORY;

Dependencies

[top of page]

SYS.CDB_AUTOTASK_CLIENT_HISTORY does not reference any database object

SYS.CDB_AUTOTASK_CLIENT_HISTORY is referenced by following:

SchemaPUBLIC
SynonymCDB_AUTOTASK_CLIENT_HISTORY