Database Error Messages

ORA-14755

Invalid partition specification for FOR VALUES clause.

Cause

The [SUB]PARTITION FOR VALUES (...) clause can only take constants. In addition it takes as many arguments as there are partitioning columns and the values must be coercible to the partitioning columns.


Action

Specify a valid FOR VALUES clause.