Database Error Messages

OCI-42019

partition cannot be redefined online because of incompatible partitioning of interim table

Cause

both original and interim tables are partitioned, or original table is composite-partitioned but interim table is non-partitioned.


Action

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.