ORA-42019: partition cannot be redefined online because of incompatible partitioning of interim table
What triggered the Error:
both original and interim tables are partitioned, or original table is composite-partitioned but interim table is non-partitioned.What should we do to fix it:
Ensure that the interim table has compatible partitioning with the original table. For example, if the original table is partitioned, the interim table should be non-partitioned. If the original table is composite-partitioned, the interim table should be partitioned.