ERROR | CHECK constraint mismatch in ALTER TABLE EXCHANGE SUBPARTITION |
CAUSE | The corresponding columns in the tables specified in the ALTER TABLE EXCHANGE SUBPARTITION statement have CHECK constraint defined on them. |
ACTION | Ensure that the two tables do not have CHECK constraint defined on any column |