Purpose
This view displays the descriptions of all subpartition templates.
Note
This view was introduced in OceanBase Database V2.2.77.
References
ALL_SUBPARTITION_TEMPLATESUSER_SUBPARTITION_TEMPLATES
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| USER_NAME | 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 | NO | 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 expression of the partition template. |
| COMPRESSION | VARCHAR2(4) | NO | The default value is NULL. Indicates whether the subpartition data of each newly added composite subpartition in the subpartition template is stored in compressed format. Valid values: You can specify this value in a subpartition template. |
| INDEXING | VARCHAR2(4) | NO | The default value is NULL. Indicates whether the subpartition data of each newly added composite subpartition in the subpartition template is partially indexed. Valid values: You can specify this value in a subpartition template. |
| READ_ONLY | VARCHAR2(4) | NO | The default value is NULL. Indicates whether the subpartition data of each newly added composite subpartition in the subpartition template is read-only. Valid values: You can specify this value in a subpartition template. |