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


VIEW: SYS.DBA_ILMTASKS

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

Information on ILM execution

[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)
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
FROM SYS.DBA_ILMTASKS;

Dependencies

[top of page]

SYS.DBA_ILMTASKS references the following:

SchemaSYS
TableILM_EXECUTION$
TableUSER$
SYS.DBA_ILMTASKS is referenced by following:

SchemaPUBLIC
SynonymDBA_ILMTASKS