Oracle Database Import Error 3113/3114 Oracle数据库的进口错误三千一百一十四分之三千一百十三
When trying to import the Oracle export dump into Oracle database, the following errors occur:当试图导入甲骨文的出口转储到Oracle数据库,以下错误发生:
IMP-00003: ORACLE error 3113 encountered进出口- 00003 : Oracle错误3113所遇到的
ORA-03113: end-of-file on communication channel库存- 03113 :文件结束对沟通渠道
IMP-00003: ORACLE error 3114 encountered进出口- 00003 : Oracle错误3114所遇到的
ORA-03114: not connected to ORACLE库存- 03114 :没有连接到Oracle
The errors occur on Oracle database installed in Windows machine too.错误发生在Oracle数据库安装在Windows机器太。 Actually the problem can occurs in any platform of Oracle database.其实这个问题可以发生在任何平台上的Oracle数据库。 It usually happens when try to import into new database.它通常发生时,尝试导入新的数据库。
The problem occurs because imp utiliy encounters error out when trying to execute some commands.出现此问题的原因进出口utiliy遇到错误时,试图执行一些命令。
The solution to solve the problem is as following:该解决方案来解决问题是如下:
Login as sys in the SQLPLUS and run the following sqls登录系统,在sqlplus并运行以下sqls
$OH/rdbms/admin/dbmsread.sql元哦/关系型数据库/管理/ dbmsread.sql
$OH/rdbms/admin/prvtread.plb元哦/关系型数据库/管理/ prvtread.plb
After executing the above sql scripts, retry the import.之后,执行上述SQL脚本,重试的进口。 The error should disappears.错误,应消失。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明 :这是一个机器翻译网页是“按原样”提供的担保。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原版的文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at分享和贡献,或取得技术的支持和帮助,在 My Digital Life Forums 我的数字生活论坛 . 。
Related Articles相关文章
- IMP-00013 Oracle Import Error进出口- 00013甲骨文进口错误
- Oracle EXP-00091 Error When Export Database甲骨文进出口- 00091时发生错误,进出口数据库
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database进出口- 00016所需的字符集转换不支持时出现错误,导入到Oracle数据库
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error创建,添加或分裂Oracle数据库分区失败,库存- 14080错误
- Oracle Database Link Oracle数据库的连接
- How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile如何下拉表和恢复Oracle数据库时,不小心删除datafile
- Change Oracle Database User Password改变Oracle数据库的用户密码
- Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in Tablespace Error甲骨文库存- 01658无法建立初步的程度,为部分在表错误
- Check Oracle Version检查的Oracle版本
- How to Rename or Move Oracle Tablespace Datafile to Another Location如何重新命名或移动甲骨文表datafile到另一个位置




















