ALL_TAB_SUBPARTITIONS v13

The following table lists the information available in the ALL_TAB_SUBPARTITIONS view:

ColumnTypeDescription
table_ownernameThe name of the owner of the table.
schema_namenameThe name of the schema in which the table resides.
table_namenameThe name of the table.
partition_namenameThe name of the partition.
subpartition_namenameThe name of the subpartition.
high_valuetextThe high partitioning value specified in the CREATE TABLE statement.
high_value_lengthintegerThe length of high partitioning value.
subpartition_positionintegerThe ordinal position of this subpartition.
tablespace_namenameThe tablespace in which this subpartition resides.
pct_freenumericThis column will always be 0.
pct_usednumericThis column will always be 0.
ini_transnumericThis column will always be 0.
max_transnumericThis column will always be 0.
initial_extentnumericThis column will always be NULL.
next_extentnumericThis column will always be NULL.
min_extentnumericThis column will always be 0.
max_extentnumericThis column will always be 0.
pct_increasenumericThis column will always be 0.
freelistsnumericThis column will always be NULL.
freelist_groupsnumericThis column will always be NULL.
loggingcharacter varying(7)This column will always be YES.
compressioncharacter varying(8)This column will always be NONE.
num_rowsnumericThe approx. number of rows in this subpartition.
blocksintegerThe approx. number of blocks in this subpartition.
empty_blocksnumericThis column will always be NULL.
avg_spacenumericThis column will always be NULL.
chain_cntnumericThis column will always be NULL.
avg_row_lennumericThis column will always be NULL.
sample_sizenumericThis column will always be NULL.
last_analyzedtimestamp without time zoneThis column will always be NULL.
buffer_poolcharacter varying(7)This column will always be NULL.
global_statscharacter varying(3)This column will always be YES.
user_statscharacter varying(3)This column will always be NO.
backing_tableregclassOID of the backing table for this subpartition.