简介
Oracle 数据泵导出或导入报错信息如下:
Sun Nov 27 00:00:22 2022
statement in resumable session 'SYS.SYS_IMPORT_FULL_02.1' was aborted
Sun Nov 27 00:00:22 2022
statement in resumable session 'SYS.SYS_IMPORT_FULL_02.1' was aborted
Job "SYS"."SYS_IMPORT_FULL_02" stopped due to fatal error at Sun Nov 27 00:01:09 2022 elapsed 0 00:25:20
排错
1、查告警日志、查表空间(undo、temp、system)使用率
2、查询表的前几张大表,导出导入可以对大表单独进行处理,尤其是包含CLOB字段的大表
3、加入trace进行跟踪处理
4、检查表字段是否含有空格
5、导出的filesize配置过小
6、其它bug
表空间大小参考
https://www.xmmup.com/oracle-11gchaxunbiaokongjiandaxiao.html
https://www.xmmup.com/oracle-12cchaxunbiaokongjiandaxiao.html
前几张大表参考
https://www.xmmup.com/oracleanzhaobiaokongjianchaxunqianjizhangdabiao.html