USER_PART_TABLES v11
The USER_PART_TABLES
view provides information about all of the partitioned tables in the database that are owned by the current user.
Name | Type | Description |
---|---|---|
schema_name | TEXT | The name of the schema in which the table resides. |
table_name | TEXT | The name of the table. |
partitioning_type | TEXT | The partitioning type used to define table partitions. |
subpartitioning_type | TEXT | The subpartitioning type used to define table subpartitions. |
partition_count | BIGINT | The number of partitions in the table. |
def_subpartition_count | INTEGER | The number of subpartitions in the table. |
partitioning_key_count | INTEGER | The number of partitioning keys specified. |
subpartitioning_key_count | INTEGER | The number of subpartitioning keys specified. |
status | CHARACTER VARYING(8) | Provided for compatibility only. Always VALID . |
def_tablespace_name | CHARACTER VARYING(30) | Provided for compatibility only. Always NULL . |
def_pct_free | NUMERIC | Provided for compatibility only. Always NULL . |
def_pct_used | NUMERIC | Provided for compatibility only. Always NULL . |
def_ini_trans | NUMERIC | Provided for compatibility only. Always NULL . |
def_max_trans | NUMERIC | Provided for compatibility only. Always NULL . |
def_initial_extent | CHARACTER VARYING(40) | Provided for compatibility only. Always NULL . |
def_min_extents | CHARACTER VARYING(40) | Provided for compatibility only. Always NULL . |
def_max_extents | CHARACTER VARYING(40) | Provided for compatibility only. Always NULL . |
def_pct_increase | CHARACTER VARYING(40) | Provided for compatibility only. Always NULL . |
def_freelists | NUMERIC | Provided for compatibility only. Always NULL . |
def_freelist_groups | NUMERIC | Provided for compatibility only. Always NULL . |
def_logging | CHARACTER VARYING(7) | Provided for compatibility only. Always YES . |
def_compression | CHARACTER VARYING(8) | Provided for compatibility only. Always NONE . |
def_buffer_pool | CHARACTER VARYING(7) | Provided for compatibility only. Always DEFAULT . |
ref_ptn_constraint_name | CHARACTER VARYING(30) | Provided for compatibility only. Always NULL . |
interval | CHARACTER VARYING(1000) | Provided for compatibility only. Always NULL . |