DBA_ILMOBJECTS
displays all the Automatic Data Optimization policies and objects in the database. Many objects inherit policies via their parent objects or because they were created in a particular tablespace. This view provides a mapping between the policies and objects and indicates whether a policy is inherited by an object or is directly specified on it.
Related View
USER_ILMOBJECTS
displays all the Automatic Data Optimization policies and objects for a user.
Note:
Automatic Data Optimization is not supported with a CDB.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Policy name is auto-generated |
|
|
|
Owner of the object associated with the Automatic Data Optimization policy |
|
|
|
Name of the object associated with the Automatic Data Optimization policy |
|
|
Name of the subobject associated with the Automatic Data Optimization policy |
|
|
|
Object type. Valid values include:
Direct policies on Index, Index Partition, LOB, and LOB Partition are not supported in Oracle Database 12c. |
|
|
|
Indicates if the policy is inherited by the object or subobject, or directly specified on the object or subobject. If the policy is inherited, the level from which the policy is inherited ( |
|
|
|
Indicates if the Automatic Data Optimization policy is enabled for the object ( |
|
|
|
Possible values:
|
See Also: