Database Error Messages

ORA-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.