Message Oracle ORA-42019 - partition cannot be redefined online because of incompatible partitioning of interim table

ERRORpartition cannot be redefined online because of incompatible partitioning of interim table
CAUSEboth original and interim tables are partitioned, or original table is composite-partitioned but interim table is non-partitioned.
ACTIONEnsure 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.