ALL_PART_TABLES v16

The following table lists the information available in the ALL_PART_TABLES view.

ColumnTypeDescription
ownernameThe owner of the table.
schema_namenameThe schema in which the table resides.
table_namenameThe name of the table.
partitioning_typetextRANGE, LIST, or HASH.
subpartitioning_typetextRANGE, LIST, HASH, or NONE.
partition_countbigintThe number of partitions.
def_subpartition_countintegerThe default subpartition count. This value is always 0.
partitioning_key_countintegerThe number of columns listed in the partition by clause.
subpartitioning_key_countintegerThe number of columns in the subpartition by clause.
statuscharacter varying(8)This column is always VALID.
def_tablespace_namecharacter varying(30)This column is always NULL.
def_pct_freenumericThis column is always NULL.
def_pct_usednumericThis column is always NULL.
def_ini_transnumericThis column is always NULL.
def_max_transnumericThis column is always NULL.
def_initial_extentcharacter varying(40)This column is always NULL.
def_next_extentcharacter varying(40)This column is always NULL.
def_min_extentscharacter varying(40)This column is always NULL.
def_max_extentscharacter varying(40)This column is always NULL.
def_pct_increasecharacter varying(40)This column is always NULL.
def_freelistsnumericThis column is always NULL.
def_freelist_groupsnumericThis column is always NULL.
def_loggingcharacter varying(7)This column is always YES.
def_compressioncharacter varying(8)This column is always NONE.
def_buffer_poolcharacter varying(7)This column is always DEFAULT.
ref_ptn_constraint_namecharacter varying(30)This column is always NULL.
intervalcharacter varying(1000)This column is always NULL.