Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

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