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到另一個位置


















