3.97 ALL_SUBPARTITION_TEMPLATES
ALL_SUBPARTITION_TEMPLATES
describes the subpartition templates accessible to the current user.
Related Views
-
DBA_SUBPARTITION_TEMPLATES
describes all subpartition templates in the database. -
USER_SUBPARTITION_TEMPLATES
describes the subpartition templates owned by the current user. This view does not display theUSER_NAME
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table |
|
|
|
Name of the table |
|
|
|
Name of the subpartition |
|
|
|
Position of the subpartition |
|
|
|
Tablespace name of the subpartition |
|
|
|
Literal list values of the subpartition |
|
|
|
Compression values of The value in this column indicates whether the subpartition template specifies that for each new added composite partition, its subpartition data will be stored in compressed format ( If compression is not specified in the subpartition template, then the default is that data stored in newly-added subpartitions will not be stored in compressed format ( |
|
|
|
Indexing values of The value in this column indicates whether the subpartition template specifies that for each new added composite partition, its subpartition data will be considered for a partial index ( If indexing is not specified in the subpartition template, then the default is that data stored in newly-added subpartitions will considered for a partial index ( |
|
|
|
Values of The value in this column indicates whether the subpartition template specifies that for each new added composite partition, its subpartition data will be read only ( If the read clause is not specified in the subpartition template, then the default is that data stored in newly-added subpartitions will be read/write ( |
See Also: