Oracle Solution for Error ora-14276

Solution for Oracle Error ORA-14276

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 partitioned

What should we do to fix it:

Ensure that the table with which the subpartition is being exchanged for is not partitioned or clustered.