Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-14337

index is not partitioned by range, list, composite range, or composite list method

Cause

The index was not partitioned by the range, list, composite range, or composite list method.


Action

The ALTER INDEX [SPLIT | DROP] PARTITION or ALTER INDEX MERGE PARTITIONS command is only valid for an index partitioned by range, list, composite range, or composite list methods. Ensure that the index is partitioned appropriately.