Database Error Messages

ORA-14872

ADD SUBPARTITION is not permitted on interval subpartitioned objects.

Cause

ALTER TABLE ADD SUBPARTITION was attempted on an interval subpartitioned object.


Action

Do not add a subpartition on an interval subpartitioned object. Insert a row to create the new subpartition.