ERROR | a partitioned table may not be coalesced as a whole |
CAUSE | User attempted to coalesce a partitioned IOT using ALTER TABLE COALESCE statement, which is illegal |
ACTION | Coalesce the table a partition at a time (using ALTER TABLE MODIFY PARTITION COALESCE) |