ALL_SUBPARTITION_TEMPLATES

2024-03-05 01:54:26  Updated

Purpose

The ALL_SUBPARTITION_TEMPLATES view provides information about all subpartition templates.

Applicability

This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.

  • DBA_SUBPARTITION_TEMPLATES

  • USER_SUBPARTITION_TEMPLATES

Columns

Column Type Nullable? Description
TABLE_OWNER VARCHAR2(128) NO The owner of the partitioned table.
TABLE_NAME VARCHAR2(128) NO The name of the partitioned table.
SUBPARTITION_NAME VARCHAR2(132) NO The name of the subpartition.
SUBPARTITION_POSITION NUMBER YES The position of the subpartition.
TABLESPACE_NAME VARCHAR2(30) NO The name of the tablespace containing the partition.
HIGH_BOUND VARCHAR2(32767) NO The partition template expression.
COMPRESSION VARCHAR2(4) NO Indicates whether the subpartition data is stored in compression format for each newly added composite partition in the subpartition template. Valid values:
  • YES
  • NO (default)
    This value can be specified in the subpartition template.
  • INDEXING VARCHAR2(4) NO Indicates whether the subpartition data is taken as a part of the indexes for each newly added composite partition in the subpartition template. Valid values:
  • ON
  • OFF (default)
    This value can be specified in the subpartition template.
  • READ_ONLY VARCHAR2(4) NO Indicates whether the subpartition data is read only in each newly added composite partition in the subpartition template. Valid values:
  • YES
  • NO (default)
    This value can be specified in the subpartition template.
  • Contact Us