Purpose
This view displays the descriptions of all subpartition templates.
Applicability
This view applies only to OceanBase Database in Oracle mode.
References
ALL_SUBPARTITION_TEMPLATES
DBA_SUBPARTITION_TEMPLATES
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TABLE_NAME | VARCHAR2(256) | NO | Name of the partitioned table. |
| SUBPARTITION_NAME | VARCHAR2(132) | NO | Name of the subpartition. |
| SUBPARTITION_POSITION | NUMBER | YES | Position of the subpartition. |
| TABLESPACE_NAME | VARCHAR2(30) | NO | Name of the tablespace to which the partition belongs. |
| HIGH_BOUND | VARCHAR2(32767) | NO | Expression of the subpartition template. |
| COMPRESSION | VARCHAR2(4) | NO | Default value is NULL. Indicates whether to store the subpartition data in compressed format for each newly added composite subpartition in the subpartition template. Valid values:
The value can be specified in the subpartition template. |
| INDEXING | VARCHAR2(4) | NO | Default value is NULL. Indicates whether to consider the subpartition data of each newly added composite subpartition in the subpartition template as partial indexes. Valid values:
The value can be specified in the subpartition template. |
| READ_ONLY | VARCHAR2(4) | NO | Default value is NULL. Indicates whether to set the subpartition data of each newly added composite subpartition in the subpartition template to read-only. Valid values:
The value can be specified in the subpartition template. |