[Home] [Help]
[Dependency Information]
| Object Name: | USER_ILMTASKS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Information on ILM execution for a user
| 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 |
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;
SYS
ILM_EXECUTION$
PUBLIC
USER_ILMTASKS
SYS
DBMS_ILM
- show dependent code
|
|
|
|