暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

导入数据时报错IMP-00064

原创 问题归档 2019-05-08
2042

问题描述

ORACLE导入数据时报错

imp catm/catm@orcl1 file = D:\sgtms\20181228catm.dmp log = D:\sgtms\catmbase.log full = y;

这是以前的一个老文件,现在没有源服务器数据,当时用户没有管理员权限,不能使用expdp

[oracle@oradb ~]$ oerr imp 64
00064, 00000, "Definition of LOB was truncated by export"
// *Cause:  While producing the dump file, Export was unable to write the
// *        entire contents of a LOB.  Import is therefore unable to 
// *        reconstruct the contents of the LOB. The remainder of the
// *        import of the current table will be skipped.
// *Action: Delete the offending row in the exported database and retry the
// *        export.

专家解答

加 commit=yes 参数,把完好数据导入,其他有问题的就没有办法了。

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论