[Home] [Help]
[Dependency Information]
| Object Name: | DBA_ILMTASKS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Information on ILM execution
| 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) |
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;
SYS
ILM_EXECUTION$
USER$
PUBLIC
DBA_ILMTASKS
|
|
|
|