impdp导入数据报错解析

参考:https://www.jianshu.com/p/ce96510b60c4?utm_campaign=haruki&utm_content=note&utm_medium=seo_notes&utm_source=recommendation

https://blog.csdn.net/marvinhong/article/details/526910

https://support.oracle.com/knowledge/Oracle%20Database%20Products/1528637_1.html

 

表空间不存在引起创建表对象失败

ORA-39083: Object type TABLE failed to create with error:
ORA-00959: tablespace does not exist

字符集不一致引起转换错误

ORA-02374: conversion error loading table
ORA-12899: value too large for column GRANT_TYPE 
ORA-02372: data for row

不明原因的内部错误

ORA-31693: Table data object 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 
ORA-00600: internal error code, arguments

用户或角色不存在引起执行grant语句失败

ORA-39083: Object type OBJECT_GRANT failed to create with error:
ORA-01917: user or role  does not exist

 

 

 

 

上一篇:【shell】for循环


下一篇:2.0 Linux内核的引导与启动