Oracle EXP-00091 Error When Export Database Oracleの輸出- 00091エラーが発生する輸出データベース
When trying to do a Oracle database dump or export, be it full entire database export or a particular user or table export, the following message may appears right after status of exporting a table.これを行うにしようとしたときにOracleデータベースをダンプまたはエクスポートでは、完全なデータベース全体の輸出や、特定のユーザーまたはテーブルの輸出は、 5月が表示されたら、次のメッセージが表示された直後の状態をエクスポートすると表のとおりです。
EXP-00091: Exporting questionable statistics.輸出- 00091 :不審な統計情報をエクスポートします。
The cause for this error is because statistics may not be useable although Export was able to export statistics.このエラーの原因は、統計情報利用可能なもののれないことがあります輸出の統計情報をエクスポートすることができた。 The statistics are questionable because one or more of the following happened during export:このため、 1つまたは複数の統計情報は疑問が起こった時には、次の輸出:
- A row error occurred行のエラーが発生しました
- Client character set or NCHARSET (where you run the Export) does not match with the server (database character set)クライアントの文字セットやncharset (ここでの輸出を実行する)と一致しない場合は、サーバー(データベースのキャラクタセット)
- A query clause was specified on export, only certain partitions or subpartitions were exported句は、エクスポートするクエリに指定され、特定のパーティションまたはサブ分割がエクスポートのみ
- A fatal error occurred while processing a table処理中に致命的なエラーが発生するテーブル
The resolution is to export non-questionable statistics, change the client character set or NCHARSET to match the server, export with no query clause, or export complete tables.決議案は、不審な統計情報をエクスポートする以外、変更は、クライアントの文字セットまたはncharsetに合わせて、サーバーは、クエリ句の輸出がないか、または完全なテーブルをエクスポートします。
Most commonly, the EXP-00091 happens when the character set of client where Exp is running is different from character set of Oracle database server.で最も多く、輸出- 00091の場合に発生するクライアントの文字セットを輸出が実行されてどことは異なる文字セットのOracleデータベースサーバーです。
To solve this issue, try setting the NLS_LANG environment variable at the OS level, prior to the export session, to match your database character set.この問題を解決するために、環境変数nls_langしようと設定しては、 OSのレベルでは、輸出のセッションの前に、データベースのキャラクタセットを使用しています。 Syntax as follow, change the character set to your database’s character set.構文として次のような、変更して文字セットを使用してデータベースの文字セットです。
export NLS_LANG=WE8ISO8859P1輸出nls_lang = we8iso8859p1
For easier way of resolution, export with option “STATISTICS=NONE”.解決方法をより簡単な方法として、輸出にオプション"統計= none "とします。 Also, if you’re using Oracle 10g, use Oracle Date Pump’s expdp and impdp instead of instead of exp and imp to export and import the data.また、 Oracle 10gへを使用する場合は、使用するOracleの日付とimpdpの代わりにexpdpポンプの輸出と輸入の代わりにインポートしてデータをエクスポートするとします。
It’s pretty safe to say that if EXP-00091 is the only error message, the export’s row data is without any problems.それはかなり安全に言ってやるがいる場合のみ輸出- 00091は、エラーメッセージが表示さは、輸出の行のデータがなく問題が発生します。 If desired, import parameters can be supplied so that only non-questionable statistics will be imported, and all questionable statistics will be recalculated.必要に応じて、パラメータをインポートできるようにのみ提供される以外の不審な統計インポート、およびすべての疑問の統計情報を再計算します。
At the beginning of Export, the charset of the database will be shown.輸出の冒頭には、データベースの文字が表示されます。 Else, you will need to use “show parameter nls” in SQL*Plus to check what charset the Oracle database is using.ほか、を使用する必要が"詳細パラメータのNLS "がどのような文字をチェックするSQL * Plusでは、 Oracleデータベースを使用しています。
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関連記事
- Oracle Database Import Error 3113/3114 Oracleデータベースにインポートエラーが発生3114分の3113
- IMP-00013 Oracle Import Error輸入- 00013 Oracleのインポートエラーが発生
- 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データベースのリンク
- Change Oracle Database User Password Oracleデータベースのユーザのパスワードを変更
- Delete, Remove or Drop Oracle Stored Packages with Drop Package削除、 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のを別の場所に移動する













January 25th, 2007 19:30 2007年1月25日19:30
Muy util la info, muchas gracias muy使用率ラに関する情報を、 Muchasのgracias
August 9th, 2007 02:18 2007年8月9日02:18
[...] character set or NCHARSET (where you run the Export) does not match with the server (database character [...] [...]文字セットやncharset (ここでの輸出を実行する)と一致しない場合は、サーバー(データベースの文字[...]