Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

DIA-28664

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)