Oracle Database Import Error 3113/3114 Oracleデータベースにインポートエラーが発生3114分の3113
When trying to import the Oracle export dump into Oracle database, the following errors occur:輸出しようとしたときに、 OracleのダンプをインポートするOracleデータベースには、以下のエラーが発生する:
IMP-00003: ORACLE error 3113 encountered輸入- 00003 : Oracleのエラー3113発生
ORA-03113: end-of-file on communication channelメールORA - 03113 :上のファイルの終わりの通信チャネル
IMP-00003: ORACLE error 3114 encountered輸入- 00003 : Oracleのエラー3114発生
ORA-03114: not connected to ORACLEメールORA - 03114 :オラクルに接続していない
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 $オ/ RDBMSのより多くの/管理/ dbmsread.sql
$OH/rdbms/admin/prvtread.plb $オ/ RDBMSのより多くの/管理/ 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のインポートエラーが発生
- Oracle EXP-00091 Error When Export Database Oracleの輸出- 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データベースのパーティション分割が失敗するのOra - 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オラクルのOra - 01658の範囲の最初のセグメントを作成できない場合は、テーブルスペースのエラーが発生
- Check Oracle Version Oracleのバージョンを確認
- How to Rename or Move Oracle Tablespace Datafile to Another Location Oracleのテーブルスペースの名前を変更する方法についてまたはDATAFILEのを別の場所に移動する














