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 columnsWhat should we do to fix it:
Ensure that the two tables have the same number of columns with the same type and size.