IMP-00064
ORACLE导入数据时报错
收藏
复制链接
微信扫码分享
在小程序上查看
分享
7条回答
默认
最新
请提供下导入语句,以及报错日志。
[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.
评论
有用 0imp catm/catm@orcl1 file = D:\sgtms\20181228catm.dmp log = D:\sgtms\catmbase.log full = y;
评论
有用 0exp导出LOB时被截断了,可以尝试使用EXPDP/IMPDP导出导入
评论
有用 0这是以前的一个老文件,现在没有源服务器数据,当时用户没有管理员权限,不能使用expdp
评论
有用 0加 commit=yes 参数,把完好数据导入,其他有问题的就没有办法了。
评论
有用 0回答交流
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏


