3.6 ALL_PART_TABLES
ALL_PART_TABLES displays the object-level partitioning information for the partitioned tables accessible to the current user.
               
Related Views
- 
                        DBA_PART_TABLESdisplays the object-level partitioning information for all partitioned tables in the database.
- 
                        USER_PART_TABLESdisplays the object-level partitioning information for the partitioned tables owned by the current user. This view does not display theOWNERcolumn.
| 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 a table is partitioned by auto list partitioning ( | 
| 
 | 
 | 
 | String of the subpartition interval value | 
| 
 | 
 | 
 | Indicates whether auto list partitioning is being used ( | 
| 
 | 
 | 
 | 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: 
 | 
| 
 | 
 | 
 | Indicates the default setting for new partitions: 
 | 
| 
 | 
 | 
 | Shows the default value for the  | 
| 
 | 
 | 
 | Indicates how the IM column store is populated on various instances by default for partitions of the table. The possible values are: 
 | 
| 
 | 
 | 
 | Specifies the service name for the service on which the IM column store should be populated by default for partitions of the table. This column has a value only when the corresponding  | 
Footnote 1
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.
Footnote 2
This column is intended for use with Oracle Exadata
See Also: