Oracle Solution for Error ora-14755

Solution for Oracle Error ORA-14755

ORA-14755: Invalid partition specification for FOR VALUES clause.

What triggered the Error:

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.

What should we do to fix it:

Specify a valid FOR VALUES clause.