ORA-14276: EXCHANGE SUBPARTITION requires a non-partitioned, non-clustered table
What triggered the Error:
The table in the ALTER TABLE EXCHANGE SUBPARTITION operation is either clustered or partitionedWhat should we do to fix it:
Ensure that the table with which the subpartition is being exchanged for is not partitioned or clustered.