aiaiDBA

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

13718043309

010-86462881

IMP-00075: Warning: The nested table may contain partial rows or duplicate rows

IMP-00075: Warning: The nested table may contain partial rows or duplicate rows
Cause: An error occurred inserting data into an outer or inner nested table. If the error occurred in the outer table, rows are still inserted into the inner tables. If the error occurred in an inner table, data is still inserted into the outer table and other inner tables. This can result in duplicate inner table rows or partial logical rows.
Action: Examine the data in the tables. Delete the incorrect rows or drop the entire table and perform the import again.

请先 登录 后评论

1 个回答

小智
IMP-00075:警告:嵌套表可能包含部分行或重复行,
.原因:将数据插入外部或内部嵌套表时发生错误。如果外部表中发生错误,则仍将行插入内部表中。如果在内部表中发生错误,则仍将数据插入外部表和其他内部表中。这可能导致重复的内表行或部分逻辑行。,
.操作:检查表中的数据。删除不正确的行或删除整个表并再次执行导入。,
.
请先 登录 后评论