Oracle Solution for Error ora-28664

Solution for Oracle Error ORA-28664

ORA-28664: a partitioned table may not be coalesced as a whole

What triggered the Error:

er attempted to coalesce a partitioned IOT using ALTER TABLE COALESCE statement, which is illegal

What should we do to fix it:

alesce the table a partition at a time (using ALTER TABLE MODIFY PARTITION COALESCE)