ALL_PART_TABLES
displays the object-level partitioning information for the partitioned tables accessible to the current user.
Related Views
DBA_PART_TABLES
displays the object-level partitioning information for all partitioned tables in the database.
USER_PART_TABLES
displays the object-level partitioning information for the partitioned tables owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Owner of the partitioned table |
|
|
|
Name of the partitioned table |
|
|
|
Type of the partitioning method:
|
|
|
|
Type of the composite partitioning method:
|
|
|
|
Number of partitions in the table. For interval partitioned tables, the value of this column is always |
|
|
|
For a composite-partitioned table, the default number of subpartitions, if specified |
|
|
|
Number of columns in the partitioning key |
|
|
|
For a composite-partitioned table, the number of columns in the subpartitioning key |
|
|
|
If a previous |
|
|
|
Default tablespace to be used when adding a partition |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default value of |
|
|
|
Default
|
|
|
|
Default compression to be used when adding a partition:
|
|
|
|
Default compression for what kind of operations to be used when adding a partition: |
|
|
|
Default buffer pool to be used when adding a partition:
|
|
|
|
Default Database Smart Flash Cache hint to be used when adding a partition:
Solaris and Oracle Linux functionality only. |
|
|
|
Default cell flash cache hint to be used when adding a partition:
See Also: Oracle Exadata Storage Server Software documentation for more information |
|
|
|
Name of the partitioning referential constraint for reference-partitioned tables |
|
|
|
String of the interval value |
|
|
|
Indicates whether the partitioned table is a nested table ( See Also: the |
|
|
|
Specifies whether the default for segment creation was specified on the table level:
|
|
|
|
Indicates the indexing property specified for the table. Possible values:
|
|
|
|
Indicates whether the In-Memory Column Store (IM column store) is by default enabled ( |
|
|
|
Indicates the default priority for In-Memory Column Store (IM column store) population. Possible values:
|
|
|
|
Indicates how the IM column store is distributed by default for partitions of the table in an Oracle Real Application Clusters (Oracle RAC) environment:
|
|
|
|
Default compression level for the IM column store:
|
|
|
|
Indicates the default duplicate setting for the IM column store in an Oracle RAC environment:
|
See Also:
Hybrid Columnar Compression is a feature of the Enterprise Edition of Oracle Database that is dependent on the underlying storage system. See Oracle Database Concepts for more information.
This column is available starting with Oracle Database 12c Release 1 (12.1.0.2).