ALL_PART_KEY_COLUMNS v13

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

ColumnTypeDescription
ownernameThe name of the table owner.
schema_namenameThe name of the schema on which the table resides.
namenameThe name of the table.
object_typecharacter(5)This column will always be TABLE.
column_namenameThe name of the partitioning key column.
column_positionintegerThe position of this column within the partitioning key (the first column has a column position of 1, the second column has a column position of 2...)