This document discusses how to resolve the ORA-14098 "index mismatch" error that can occur when performing an ALTER TABLE EXCHANGE PARTITION operation. The error is caused when the indexes on the partitioned table do not match the indexes on the non-partitioned table. It provides steps to use tracing to identify the mismatched indexes, compare the indexes on both tables, and ways to work around the issue such as disabling or dropping indexes.