Oracle Message ORA-14095 - ALTER TABLE EXCHANGE requires a non-partitioned, non-clustered table

ERRORALTER TABLE EXCHANGE requires a non-partitioned, non-clustered table
CAUSEThe table in the EXCHANGE operation is either clustered or partitioned
ACTIONEnsure that the table with which the partition is being exchanged for is not partitioned or clustered.