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


VIEW: SYS.USER_ILMTASKS

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

Information on ILM execution for a user

[View Source]

Columns
Name Datatype Length Mandatory Comments
TASK_ID NUMBER
Yes Number that uniquely identifies a specific ILM task
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 task
COMPLETION_TIME TIMESTAMP(6) (11)
Time of completion of ILM task
Query Text

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


SELECT TASK_ID
,      STATE
,      CREATION_TIME
,      START_TIME
,      COMPLETION_TIME
FROM SYS.USER_ILMTASKS;

Dependencies

[top of page]

SYS.USER_ILMTASKS references the following:

SchemaSYS
TableILM_EXECUTION$
SYS.USER_ILMTASKS is referenced by following:

SchemaPUBLIC
SynonymUSER_ILMTASKS
SchemaSYS
Package BodyDBMS_ILM - show dependent code