Oracle Solution for Error ora-14096

Solution for Oracle Error ORA-14096

ORA-14096: tables in ALTER TABLE EXCHANGE PARTITION must have the same number of columns

What triggered the Error:

The two tables specified in the EXCHANGE have different number of columns

What should we do to fix it:

Ensure that the two tables have the same number of columns with the same type and size.