[Home] [Help]
[Dependency Information]
| Object Name: | USER_ILMPOLICIES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
ILM policies owned by the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| POLICY_NAME | VARCHAR2 | (128) | Name of the policy | |
| POLICY_TYPE | VARCHAR2 | (13) | Type of the policy | |
| TABLESPACE | VARCHAR2 | (30) | Tablespace name in case of tablespace level policy | |
| ENABLED | VARCHAR2 | (3) | Is the policy enabled? | |
| DELETED | VARCHAR2 | (3) |
Cut, paste (and edit) the following text to query this object:
SELECT POLICY_NAME
, POLICY_TYPE
, TABLESPACE
, ENABLED
, DELETED
FROM SYS.USER_ILMPOLICIES;
SYS
ILM$
TS$
TSQ$
PUBLIC
USER_ILMPOLICIES
SYS
DBMS_ILM
- show dependent code
|
|
|
|