Database Error Messages

OCI-05039

value list is not allowed in ADD PARTITION in directory-based sharding

Cause

Either a VALUES LESS THAN clause or a VALUES (<values_list>) clause was specified when adding a partition to a directory partitioned table, which is not allowed.


Action

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