Oracle Solution for Error ora-14291

Solution for Oracle Error ORA-14291

ORA-14291: cannot EXCHANGE a composite partition with a non-partitioned table

What triggered the Error:

A composite partition can only be exchanged with a partitioned table.

What should we do to fix it:

Ensure that the table being exchanged is partitioned or that that the partition being exchanged is non-composite.