ERROR | cannot COALESCE the only partition of this hash partitioned table or index |
CAUSE | A COALESCE PARTITION command was issued when there is only one partition in the table or index, which is illegal |
ACTION | Ensure that there is at least one partition. Drop the table or index to remove all partitions. |