Oracle Solution for Error ora-14655

Solution for Oracle Error ORA-14655

ORA-14655: reference partitioning constraint not found

What triggered the Error:

Partitioning constraint specified in CREATE TABLE ... PARTITION BY REFERENCE was not one of the referential constraints on the table being created.

What should we do to fix it:

Ensure that the specified partitioning constraint is one of the referential constraints on the table being created.