Oracle Solution for Error ora-14402

Solution for Oracle Error ORA-14402

ORA-14402: updating partition key column would cause a partition change

What triggered the Error:

An UPDATE statement attempted to change the value of a partition key column causing migration of the row to another partition

What should we do to fix it:

Do not attempt to update a partition key column or make sure that the new partition key is within the range containing the old partition key.