Database Error Messages

ORA-14435

partition bound specified when adding this system partition

Cause

The user specified either a VALUES LESS THAN clause or a VALUES (<values_list>) clause when adding a partition to a system partitioned table, which is not allowed.


Action

Remove the VALUES LESS THAN clause and VALUES (<values_list>) clause from the partition being added.