ALL_PART_TABLES v13

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 will always be 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 will always be VALID.
def_tablespace_namecharacter varying(30)This column will always be NULL.
def_pct_freenumericThis column will always be NULL.
def_pct_usednumericThis column will always be NULL.
def_ini_transnumericThis column will always be NULL.
def_max_transnumericThis column will always be NULL.
def_initial_extentcharacter varying(40)This column will always be NULL.
def_next_extentcharacter varying(40)This column will always be NULL.
def_min_extentscharacter varying(40)This column will always be NULL.
def_max_extentscharacter varying(40)This column will always be NULL.
def_pct_increasecharacter varying(40)This column will always be NULL.
def_freelistsnumericThis column will always be NULL.
def_freelist_groupsnumericThis column will always be NULL.
def_loggingcharacter varying(7)This column will always be YES.
def_compressioncharacter varying(8)This column will always be NONE.
def_buffer_poolcharacter varying(7)This column will always be DEFAULT.
ref_ptn_constraint_namecharacter varying(30)This column will always be NULL.
intervalcharacter varying(1000)This column will always be NULL.