Oracle EXP-00091 Error When Export Database EXP-00091 oracle Error Ketika Ekspor Database

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. Ketika mencoba untuk melakukan dump database Oracle atau ekspor, baik ekspor seluruh database penuh atau pengguna tertentu atau meja ekspor, pesan berikut mungkin muncul tepat setelah status mengekspor meja.

EXP-00091: Exporting questionable statistics. EXP-00091: Mengekspor dipertanyakan statistik.

The cause for this error is because statistics may not be useable although Export was able to export statistics. Penyebab kesalahan ini adalah karena statistik mungkin tidak bisa digunakan meskipun Ekspor mampu statistik ekspor. The statistics are questionable because one or more of the following happened during export: Statistik masih dipertanyakan karena satu atau lebih hal berikut terjadi selama ekspor:

  • A row error occurred Sebuah kesalahan terjadi baris
  • Client character set or NCHARSET (where you run the Export) does not match with the server (database character set) Klien character set atau NCHARSET (di mana Anda menjalankan Ekspor) tidak cocok dengan server (database character set)
  • A query clause was specified on export, only certain partitions or subpartitions were exported Sebuah klausul ini ditentukan permintaan ekspor, hanya partisi tertentu atau diekspor subpartitions
  • A fatal error occurred while processing a table Sebuah kesalahan fatal terjadi ketika memproses sebuah meja

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. Resolusi adalah untuk ekspor non-dipertanyakan statistik, mengubah karakter klien atau NCHARSET agar sesuai dengan server, tanpa permintaan ekspor klausa, atau ekspor tabel lengkap.

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. Paling umum, yang EXP-00091 terjadi ketika set karakter klien di mana Exp berjalan adalah set karakter yang berbeda dari server database 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. Untuk mengatasi masalah ini, cobalah mengatur variabel lingkungan NLS_LANG di tingkat OS, sebelum sesi ekspor, untuk mencocokkan database Anda set karakter. Syntax as follow, change the character set to your database's character set. Sintaks sebagai berikut, mengubah karakter set ke database Anda set karakter.

export NLS_LANG=WE8ISO8859P1 ekspor NLS_LANG = WE8ISO8859P1

For easier way of resolution, export with option “STATISTICS=NONE”. Untuk cara yang lebih mudah resolusi, ekspor dengan opsi "STATISTIK = 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. Juga, jika Anda menggunakan Oracle 10g, gunakan Oracle Tanggal Pompa's expdp dan impdp bukannya bukannya exp dan imp untuk mengekspor dan mengimpor data.

It's pretty safe to say that if EXP-00091 is the only error message, the export's row data is without any problems. It's pretty aman untuk mengatakan bahwa jika EXP-00091 adalah satu-satunya pesan kesalahan, ekspor itu data baris tanpa masalah. If desired, import parameters can be supplied so that only non-questionable statistics will be imported, and all questionable statistics will be recalculated. Jika diinginkan, impor dapat diberikan parameter sehingga hanya non-statistik dipertanyakan akan diimpor, dan semua statistik dipertanyakan akan dihitung ulang.

At the beginning of Export, the charset of the database will be shown. Pada awal Ekspor, yang charset database akan ditampilkan. Else, you will need to use “show parameter nls” in SQL*Plus to check what charset the Oracle database is using. Lain, Anda akan perlu menggunakan "menunjukkan parameter nls" di SQL * Plus untuk memeriksa apa charset database Oracle menggunakan.

IMPORTANT : The page is machine translated and provided "as is" without warranty. PENTING: Halaman ini adalah mesin diterjemahkan dan diberikan "sebagaimana adanya" tanpa jaminan. Machine translation may be difficult to understand. Terjemahan mesin mungkin sulit untuk mengerti. Please refer to Silakan merujuk ke original English article artikel asli bahasa Inggris whenever possible. bila memungkinkan.


4 Responses to “Oracle EXP-00091 Error When Export Database” 4 Responses to "Oracle EXP-00091 Error Ketika Ekspor Database"

  1. andreas andreas
    December 1st, 2008 18:11 Desember 1, 2008 18:11
    4 4

    oh guys stop this automatic translation into German because it is nearly incomprehensible! oh guys stop otomatis ini terjemahan ke dalam bahasa Jerman karena hampir tidak dapat dimengerti!

    remember – only simple english will be translated well by machine translation ingat - hanya sederhana inggris akan diterjemahkan dengan baik oleh mesin penerjemahan

  2. Surya Surya
    October 11th, 2008 02:34 11 Oktober 2008 02:34
    3 3

    Good writeup you saved me 2 hours thank you Bagus Langgan Anda menyelamatkan saya 2 jam terima kasih

  3. Oracle Point, Oracle Life. Oracle Point, Oracle Life. » Experience error EXP-00091 while exporting entire database »Pengalaman error EXP-00091 saat mengekspor seluruh database
    August 9th, 2007 02:18 9 Agustus 2007 02:18
    2 2

    [...] character set or NCHARSET (where you run the Export) does not match with the server (database character [...] [...] Karakter set atau NCHARSET (di mana Anda menjalankan Ekspor) tidak cocok dengan server (database karakter [...]

  4. Martin Martin
    January 25th, 2007 19:30 25 Januari 2007 19:30
    1 1

    Muy util la info, muchas gracias Muy util la info, muchas gracias

Leave a Reply Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Anda dapat menggunakan tag ini: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Berlangganan ke fitur komentar telah dinonaktifkan. To receive notification of latest comments posted, subscribe to Untuk menerima pemberitahuan dari komentar terbaru diposting, untuk berlangganan My Digital Life Comments RSS feed My Digital Life Komentar RSS feed or atau register to receive mendaftar untuk menerima new comments in daily email digest. komentar baru di email digest harian.
Custom Search

New Articles Artikel Baru

Incoming Search Terms for the Article Cari Syarat masuk untuk Artikel

EXP-00091 EXP-00091 - -- oracle EXP-00091 oracle EXP-00091 - -- EXP_00091 EXP_00091 - -- exp statistics exp statistik - -- oracle exp imp table tablespace full database exp imp oracle tablespace tabel database penuh - -- expdp statistics none expdp statistik tidak - -- 00091 oracle 00.091 oracle - -- EXP-00091 statistics=none EXP-00091 statistik = none - -- export statistic=no ekspor statistik = tidak - -- exp-0091 oracle 10 oracle-0091 exp 10 - -- oracle questionable statistics oracle dipertanyakan statistik - -- oracle 00091 oracle 00.091 - -- oracle exp charset oracle exp charset - -- oracle convert NLS exp imp NLS mengkonversi oracle exp imp - -- oracle export database oracle database ekspor - -- statistics exp statistik exp - -- "oracle exp imp table tablespace full database" "meja imp oracle tablespace exp database penuh" - -- exexp statistics exexp statistik - -- EXP-0091 EXP-0091 - -- exp 00091 00.091 exp - -- Exporting questionable statistics. Mengekspor dipertanyakan statistik. - -- expdp oracle character set oracle expdp karakter - -- exp oracle statictics oracle exp statictics - -- oracle export exp-00091 ekspor oracle exp-00091 - -- statistics none oracle export statistik tidak ada ekspor oracle - -- EXP-00091: EXP-00091: - -- exp character set exp karakter - -- exp questionable statistics exp dipertanyakan statistik - -- oracle exp characterset oracle exp characterset - -- oracle exp STATISTICS oracle exp STATISTIK - -- 00091 Oracle 00.091 Oracle - -- 00091 00091 - -- explorting questionable statistics oracle statistik dipertanyakan explorting oracle - -- exp00091 exp00091 - -- oracle "export" "statistics" oracle "ekspor" "statistik" - -- oracle export statistics none oracle statistik ekspor tidak - -- oracle exp/imp oracle exp / imp - -- oracle home without estadistics oracle rumah tanpa estadistics - -- Oracle EXP: 00091 exporting questionable statistics Oracle EXP: statistik dipertanyakan mengekspor 00.091 - -- "oracle" "export" "statistics" "oracle" "ekspor" "statistik" - -- exp oracle charset oracle exp charset - --