Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-60303

unsupported partitioning scheme for local domain indexes

Cause

The creation of local domain index was not supported for the partitioning scheme of the base table. For referenced partitioned base tables, the parent table was using an unsupported partitioning scheme for local domain indexes.


Action

Perform one of the following to resolve the error:

  • Modify the partitioning scheme of the table to a supported partitioning scheme for local domain indexes.
  • Attempt to create a global non-partitioned domain index on this table.
  • Do not create a local domain index on this table.