Purpose
ALL_PART_TABLES displays the partitioning information about all partitioned tables accessible to the current user.
Related views
ALL_PART_TABLES: displays the partitioning information about all partitioned tables.USER_PART_TABLES: displays the partitioning information about the partitioned tables owned by the current user.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| OWNER | VARCHAR2(128) | NO | The owner of the partitioned table. |
| TABLE_NAME | VARCHAR2(128) | NO | The name of the partitioned table. |
| PARTITIONING_TYPE | VARCHAR2(9) | NO | The partitioning method. Valid values: |
| SUBPARTITIONING_TYPE | VARCHAR2(9) | NO | The subpartitioning method. Valid values: |
| PARTITION_COUNT | NUMBER | NO | The number of partitions in the partitioned table. |
| DEF_SUBPARTITION_COUNT | NUMBER | NO | The default number of subpartitions for a composite-partitioned table. |
| PARTITIONING_KEY_COUNT | NUMBER | NO | The number of partitioning keys. |
| SUBPARTITIONING_KEY_COUNT | NUMBER | NO | The number of subpartitioning keys for a composite-partitioned table. |
| STATUS | VARCHAR2(8) | NO | At present, this field is not supported and is NULL by default. |
| DEF_TABLESPACE_NAME | VARCHAR2(30) | NO | The name of the tablespace containing the partitioned table. |
| DEF_PCT_FREE | NUMBER | NO | At present, this field is not supported and is NULL by default. |
| DEF_PCT_USED | NUMBER | NO | At present, this field is not supported and is NULL by default. |
| DEF_INI_TRANS | NUMBER | NO | At present, this field is not supported and is NULL by default. |
| DEF_MAX_TRANS | NUMBER | NO | At present, this field is not supported and is NULL by default. |
| DEF_INITIAL_EXTENT | VARCHAR2(40) | NO | At present, this field is not supported and is NULL by default. |
| DEF_NEXT_EXTENT | VARCHAR2(40) | NO | At present, this field is not supported and is NULL by default. |
| DEF_MIN_EXTENT | VARCHAR2(40) | NO | At present, this field is not supported and is NULL by default. |
| MAX_EXTENT | VARCHAR2(40) | NO | At present, this field is not supported and is NULL by default. |
| DEF_MAX_SIZE | VARCHAR2(40) | NO | At present, this field is not supported and is NULL by default. |
| DEF_PCT_INCREASE | VARCHAR2(40) | NO | At present, this field is not supported and is NULL by default. |
| DEF_FREELISTS | NUMBER | NO | At present, this field is not supported and is NULL by default. |
| DEF_FREELIST_GROUPS | NUMBER | NO | At present, this field is not supported and is NULL by default. |
| DEF_LOGGING | VARCHAR2(7) | NO | At present, this field is not supported and is NULL by default. |
| COMPRESSION | VARCHAR2(8) | NO | Indicates whether compression is enabled. |
| COMPRESS_FOR | VARCHAR2(12) | NO | The compression method. |
| DEF_BUFFER_POOL | VARCHAR2(7) | NO | At present, this field is not supported and is NULL by default. |
| DEF_FLASH_CACHE | VARCHAR2(7) | NO | At present, this field is not supported and is NULL by default. |
| DEF_CELL_FLASH_CACHE | VARCHAR2(7) | NO | At present, this field is not supported and is NULL by default. |
| REF_PTN_CONSTRAINT_NAME | VARCHAR2(30) | NO | At present, this field is not supported and is NULL by default. |
| INTERVAL | VARCHAR2(1000) | NO | At present, this field is not supported and is NULL by default. |
| IS_NESTED | VARCHAR2(3) | NO | At present, this field is not supported and is NULL by default. |
| DEF_SEGMENT_CREATED | VARCHAR2(4) | NO | At present, this field is not supported and is NULL by default. |