Oracle Solution for Error ora-14097

Solution for Oracle Error ORA-14097

ORA-14097: column type or size mismatch in ALTER TABLE EXCHANGE PARTITION

What triggered the Error:

The corresponding columns in the tables specified in the ALTER TABLE EXCHANGE PARTITION are of different type or size

What should we do to fix it:

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