ORA-14286: cannot COALESCE the only subpartition of this table partition
What triggered the Error:
A COALESCE SUBPARTITION command was issued when there is only one subpartition in the partition which is illegalWhat should we do to fix it:
Ensure that there is at least one subpartition. Drop partition to remove all subpartitions.