Updated on 2024-06-03 GMT+08:00

GS_ADM_ILMOBJECTS

GS_ADM_ILMOBJECTS displays the brief information about all data objects to which ILM policies are applied and the corresponding policies, including the policy name, data object name, policy source, and policy enabling/disabling status. Only the system administrator can access this system view.

Table 1 GS_ADM_ILMOBJECTS columns

Name

Type

Description

policy_name

character varying(128)

Name of an ADO policy, which is automatically generated. The name format is p+Policy ID.

object_owner

character varying(128)

Owner of a data object.

object_name

character varying(128)

Data object name.

subobject_name

character varying(128)

Partition name of a data object.

object_type

character varying(18)

Data object type. Value range:

  • r: table.
  • p: partition.
  • s: level-2 partition.

inherited_from

character varying(20)

Object whose policy is inherited by the current policy. Value range:

  • TABLE: table.
  • TABLE PARTITION: partition.
  • POLICY NOT INHERITED: not inherited.

tbs_inherited_from

character varying(30)

Tablespace whose policy is inherited by the current policy. In the current version, this parameter is set to NULL.

enabled

character varying(7)

Specifies whether the policy is enabled for the current object.

deleted

character varying(7)

Specifies that the ILM policy on the object is deleted. If the partition or the policy on the partition is deleted, the record (ILMOBJ) is deleted.

node_name

name

Name of a data source node.