ORA-42019:partition cannot be redefined online because of incompatible partitioning of interim table
错误码
错误描述:partition cannot be redefined online because of incompatible partitioning of interim table
错误原因:both original and interim tables are partitioned, or original table is composite-partitioned but interim table is non-partitioned.
解决方法: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.
向认证技术专家提问
向技术专家提问


