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


VIEW: SYS.DBA_ILMPOLICIES

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

ILM policies in the database

[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)
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.DBA_ILMPOLICIES;

Dependencies

[top of page]

SYS.DBA_ILMPOLICIES references the following:

SchemaSYS
TableILM$
TableTS$
TableUSER$
SYS.DBA_ILMPOLICIES is referenced by following:

SchemaPUBLIC
SynonymDBA_ILMPOLICIES
SchemaSYS
Package BodyDBMS_ILM - show dependent code