使用impdp导入数据的遇到如下错误:
os:rhl5.1 32位
oracle version: oracle10.2.0.4 单机
执行的impdp语句:
impdp user/passwd directory=oradir1 parallel=8 schemas=user dumpfile=user.dmp logfile=user_imp.log
ORA-31693: Table data object "user"."tab" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-39776: fatal Direct Path API error loading table "user"."tab"
ORA-00600: internal error code, arguments: [klaprs_11], [], [], [], [], [], [], []
情况描述:
表结构等信息已经进去了
其他300多个表进去了 就那么5、6个表出现这个错误
重新执行导入这个表 报一下错误:
ORA-29913: error in executing ODCIEXTTABLEFETCH callout
ORA-00600: internal error code, arguments: [klxpr_22], [2], [], [], [], [], [], []
Job "RBT"."SYS_IMPORT_TABLE_01" completed with 1 error(s) at 17:45:04
solution: dump 文件坏了,在新的目录下重新 export 相应的object
如果使用ftp 传输文件,建议使用二进制方式
错误
ORA-600[KLAPRS_11];
ORA-600[KLAPRS_22];
ORA-39776;
ORA-31693;
ORA-02354
os:rhl5.1 32位
oracle version: oracle10.2.0.4 单机
执行的impdp语句:
impdp user/passwd directory=oradir1 parallel=8 schemas=user dumpfile=user.dmp logfile=user_imp.log
ORA-31693: Table data object "user"."tab" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-39776: fatal Direct Path API error loading table "user"."tab"
ORA-00600: internal error code, arguments: [klaprs_11], [], [], [], [], [], [], []
情况描述:
表结构等信息已经进去了
其他300多个表进去了 就那么5、6个表出现这个错误
重新执行导入这个表 报一下错误:
ORA-29913: error in executing ODCIEXTTABLEFETCH callout
ORA-00600: internal error code, arguments: [klxpr_22], [2], [], [], [], [], [], []
Job "RBT"."SYS_IMPORT_TABLE_01" completed with 1 error(s) at 17:45:04
solution: dump 文件坏了,在新的目录下重新 export 相应的object
错误
ORA-600[KLAPRS_11];
ORA-600[KLAPRS_22];
ORA-39776;
ORA-31693;
ORA-02354