Database Error Messages

OCI-14255

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

Cause

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


Action

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