ORA-31693 ORA-00001

来源:这里教程网 时间:2026-03-03 16:05:16 作者:

ORA-31693: Table data object "test"."t1":"SYS_P11" failed to load/unload and is being skipped due to error:ORA-00001: unique constraint (test.SYS_C00125973) violated. . imported "test"."t1":"P1"         0 KB       0 rowsORA-31693: Table data object "test"."t1":"SYS_P12" failed to load/unload and is being skipped due to error:ORA-00001: unique constraint (test.SYS_C00125973) violatedORA-31693: Table data object "test"."t1":"SYS_P13" failed to load/unload and is being skipped due to error:ORA-00001: unique constraint (test.SYS_C00125973) violated 这个报错是在使用数据泵IMPDP导入时,报错信息显示导入的数据违反唯一索引主键,

    如果有使用remap_table参数,要确认要导入的表是否正确;

    要导入的数据已经在目的表里存在,检查后重新导入。

相关推荐