Purpose
This view displays the descriptions of all subpartition templates.
Applicability
This view applies only to OceanBase Database in Oracle mode.
References
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 to which the partition belongs. |
| HIGH_BOUND | VARCHAR2(32767) | NO | The partitioning expression of the template. |
| COMPRESSION | VARCHAR2(4) | NO | The default value is NULL. Indicates whether to store subpartition data in compressed format for each new composite subpartition added to the template: You can specify this value in a subpartition template. |
| INDEXING | VARCHAR2(4) | NO | The default value is NULL. Indicates whether to consider subpartition data as partially indexed for each new composite subpartition added to the template: You can specify this value in a subpartition template. |
| READ_ONLY | VARCHAR2(4) | NO | The default value is NULL. Indicates whether to set subpartition data as read-only for each new composite subpartition added to the template: You can specify this value in a subpartition template. |