Oracle Solution for Error ora-14259

Solution for Oracle Error ORA-14259

ORA-14259: table is not partitioned by Hash method

What triggered the Error:

ALTER TABLE COALESCE PARTITION is only valid for table partitioned by Hash method

What should we do to fix it:

Specify valid ALTER TABLE option for the table, or ensure that the table is partitioned by Hash method