UDI-03113: operation generated ORACLE error 3113

来源:这里教程网 时间:2026-03-03 16:50:42 作者:

Oracle 11g数据库在用impdp还原时候报错: Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX UDI-03113: operation generated ORACLE error 3113 ORA-03113: end-of-file on communication channel Process ID: 3130 Session ID: 2134 Serial number: 23655 UDI-03114: operation generated ORACLE error 3114 ORA-03114: not connected to ORACLE 报错原因是闪回空间不足:增加闪回空间即可。

SQL> alter system set db_recovery_file_dest_size=10G scope=both;

System altered.

相关推荐