Oracle Error Message
ORA-14644: table is not subpartitioned by Hash method
Reason for the Error
A subpartition maintenance operation such as ALTER TABLE MODIFY PARTITION COALESCE SUBPARTITION can only be performed on Hash subpartitioned objects
Solution
Re-issue the command against a Hash subpartitioned object.