oracle导入dmp报错,大家help看看

问题遇到的现象和发生背景

oracle数据库dmp导入报错
IMP-00058: ORACLE error 3113 encountered
ORA-03113: end-of-file on communication channel

问题相关代码,请勿粘贴截图

img

运行结果及报错内容

. . importing table "BK20211109_API_MKT_03_01_M"
IMP-00058: ORACLE error 3113 encountered
ORA-03113: end-of-file on communication channel
Process ID: 274
Session ID: 92 Serial number: 13
IMP-00000: Import terminated unsuccessfully

我的解答思路和尝试过的方法

有尝试过是不是表空间的问题,查看表空间的使用情况,重新装了oracle数据库,在查看表空间使用情况。结果是一样的,所以我觉的不是表空间的问题。
字符集都是gbk16

我想要达到的结果

先看oracle版本是不是一致的
如果不一致
下个oracle版本转换工具,把dmp的版本转换成你当前使用的版本
再导入