aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

IMP-00071: Object identifier of imported table mismatches object identifier of existing table

IMP-00071: Object identifier of imported table mismatches object identifier of existing table
Cause: An attempt was made to import data into a table that was recreated under a different object identifier than the object identifier used for the exported object table. Under this situation, REF's to this table that are contained within the dump file will also be invalid.
Action: Drop the offending object table prior to import.

请先 登录 后评论

1 个回答

小智
IMP-00071:导入的表不匹配的对象标识符现有表的对象标识符,
.原因:试图将数据导入到在与用于导出对象表的对象标识符不同的对象标识符下重新创建的表中。在这种情况下,转储文件中包含的REF对此表也将无效。,
.操作:在导入之前删除违规的对象表。,
.
请先 登录 后评论