码迷,mamicode.com
首页 > 其他好文 > 详细

ORA-1400 抛弃exp imp 数据迁移吧

时间:2019-02-03 11:09:09      阅读:322      评论:0      收藏:0      [点我收藏+]

标签:err   int   error   alc   mode   export   oracl   data   环境   

描述: 客户需要做数据迁移,从Oralce 10g 迁移到11g RAC环境下,使用了exp直接路径导出,导入到11g报错ORA-1400。建议在10g以后大家可以使用数据泵进行数据库的迁移工作,可以并发,10g 不支持数据压缩,但是11g支持压缩。 1、报错信息 You exported a table using the original export utility (exp) in direct path mode. During import, you received the errors: . . importing table "A_TAB" IMP-00019: row rejected due to ORACLE error 1400 IMP-00003: ORACLE error 1400 encountered ORA-01400: cannot insert NULL into ("TEST"."A_TAB"."COL001") Column : 1 Column : 2、解决方法 SOLUTION 1. Use DataPump export/import utilities (expdp/impdp) - OR - 2. Start traditional export utility (exp) in conventional path mode (DIRECT=N).

ORA-1400 抛弃exp imp 数据迁移吧

标签:err   int   error   alc   mode   export   oracl   data   环境   

原文地址:http://blog.51cto.com/roidba/2348656

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!