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


VIEW: SYS.CDB_ILMTASKS

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

Information on ILM execution in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
TASK_ID NUMBER
Yes Number that uniquely identifies a specific ILM execution
TASK_OWNER VARCHAR2 (128) Yes Owner of the specific ILM execution
STATE VARCHAR2 (9)
State of the ILM task
CREATION_TIME TIMESTAMP(6) (11)
Creation time of the ILM task
START_TIME TIMESTAMP(6) (11)
Time of start of a specific ILM execution
COMPLETION_TIME TIMESTAMP(6) (11)
CON_ID NUMBER

container id
Query Text

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


SELECT TASK_ID
,      TASK_OWNER
,      STATE
,      CREATION_TIME
,      START_TIME
,      COMPLETION_TIME
,      CON_ID
FROM SYS.CDB_ILMTASKS;

Dependencies

[top of page]

SYS.CDB_ILMTASKS does not reference any database object

SYS.CDB_ILMTASKS is referenced by following:

SchemaPUBLIC
SynonymCDB_ILMTASKS