ALL_PART_KEY_COLUMNS

2024-04-19 08:42:49  Updated

Purpose

The ALL_PART_KEY_COLUMNS view displays partitioning key columns of all partitioned objects accessible to the current user.

Applicability

This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.

  • DBA_PART_KEY_COLUMNS

  • USER_PART_KEY_COLUMNS

Columns

Column Type Nullable? Description
OWNER VARCHAR2(128) NO The owner of the partitioned table or index.
NAME VARCHAR2(128) NO The name of the partitioned table or index.
OBJECT_TYPE CHAR(5) NO The type of the partitioned object. Valid values:
  • TABLE
  • INDEX
  • COLUMN_NAME VARCHAR2(4000) NO The name of the column.
    COLUMN_POSITION NUMBER NO The position of the column in the partitioning key.
    COLLATED_COLUMN_ID NUMBER NO At present, this column is not supported and is NULL by default.

    Contact Us