Purpose
ALL_SUBPARTITION_TEMPLATES displays all subpartition templates.
Related views
DBA_SUBPARTITION_TEMPLATES
USER_SUBPARTITION_TEMPLATES
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| TABLE_OWNER | VARCHAR2(128) | NO | The owner of the partitioned table. |
| TABLE_NAME | VARCHAR2(256) | NO | The name of the partitioned table. |
| SUBPARTITION_NAME | VARCHAR2(64) | 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(1024) | NO | The partition template expression. |