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


VIEW: SYS.USER_ILMPOLICIES

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

ILM policies owned by the user

[View Source]

Columns
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)
Query Text

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


SELECT POLICY_NAME
,      POLICY_TYPE
,      TABLESPACE
,      ENABLED
,      DELETED
FROM SYS.USER_ILMPOLICIES;

Dependencies

[top of page]

SYS.USER_ILMPOLICIES references the following:

SchemaSYS
TableILM$
TableTS$
TableTSQ$
SYS.USER_ILMPOLICIES is referenced by following:

SchemaPUBLIC
SynonymUSER_ILMPOLICIES
SchemaSYS
Package BodyDBMS_ILM - show dependent code