oracle数据库dmp导入报错
IMP-00058: ORACLE error 3113 encountered
ORA-03113: end-of-file on communication channel
. . 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的版本转换成你当前使用的版本
再导入