How to fix the Oracle error ORA-19728: data object number conflict between table string and partition string in table string?

In this post, you’ll learn more about the Oracle ErrorORA-19728: data object number conflict between table string and partition string in table string with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-19728: data object number conflict between table string and partition string in table string

Reason for the Error ORA-19728: data object number conflict between table string and partition string in table string

The non-partitioned table has the same data object number as one of the partitions in the partitioned table. One can not exchange the table with the partition in this case.

How to fix the Error ORA-19728: data object number conflict between table string and partition string in table string ?

You can fix this error in Oracle by following the below steps

Use “alter table move partition” command to move the offending partition, so that the partition will get a new data object number. Retry the operation then.

Tags :

Leave Your Comment