Oracle EXP-00091 Error When Export Database EXP-00091-Oracle שגיאה כאשר יצא מסד נתונים

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. כאשר מנסים לעשות dump של בסיס הנתונים של Oracle או ייצא, זה יהיה מלא כל הנתונים לייצא או משתמש מסוים או לייצא טבלה, את ההודעה הבאה עשויה מופיע מיד אחרי מצב של יצוא שולחן.

EXP-00091: Exporting questionable statistics. EXP-00091: מייצא סטטיסטיקות מפוקפקות.

The cause for this error is because statistics may not be useable although Export was able to export statistics. הגורם לשגיאה זו היא כי לא ניתן סטטיסטיקות useable למרות ייצא הצליח לייצא נתונים סטטיסטיים. The statistics are questionable because one or more of the following happened during export: הנתונים הסטטיסטים ספק כי אחד או יותר מהבאים קרה במהלך ייצא:

  • 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 שאילתה בסעיף צוין על ייצוא, רק מסוימים היו מחיצות או subpartitions שייצאת
  • 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. הנפוצה ביותר, של EXP-00091 קורה כאשר קבוצת תווים של הלקוח שבו פועל EXP שונה מן האופי בחר שרת מסד הנתונים של 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 על רמת מערכת ההפעלה, לפני הייצוא ההפעלה, כדי להתאים את הנתונים התווים. 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 תאריך משאבה של expdp ו impdp במקום במקום EXP ו שדון לייצא ולייבא את הנתונים.

It's pretty safe to say that if EXP-00091 is the only error message, the export's row data is without any problems. זה די בטוח להגיד כי אם EXP-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 * בנוסף לבדוק מה תווים הנתונים של Oracle משתמש.

IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף הוא מכונה בתרגום ובתנאי "כמות שהוא", ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to אנא פנה ל original English article המאמר המקורי באנגלית whenever possible. ככל שניתן.


4 Responses to “Oracle EXP-00091 Error When Export Database” 4 תגובות ל "Oracle EXP-00091 שגיאה כאשר יצא מסד נתונים"

  1. andreas אנדראס
    December 1st, 2008 18:11 1 בדצמבר, 2008 18:11
    4 4

    oh guys stop this automatic translation into German because it is nearly incomprehensible! הו חבר 'ה להפסיק זה תרגום אוטומטי לתוך גרמנית כי היא כמעט מובנת!

    remember – only simple english will be translated well by machine translation זכור - רק אנגלית פשוט יהיה מתורגם גם על ידי מכונת תרגום

  2. Surya Surya
    October 11th, 2008 02:34 11 אוקטובר 2008 02:34
    3 3

    Good writeup you saved me 2 hours thank you טוב writeup שמרת לי 2 שעות תודה

  3. Oracle Point, Oracle Life. הצבע אורקל, Oracle החיים. » Experience error EXP-00091 while exporting entire database »ניסיון EXP-00091 שגיאה בעת יצוא כל הנתונים
    August 9th, 2007 02:18 9 באוגוסט, 2007 02:18
    2 2

    [...] character set or NCHARSET (where you run the Export) does not match with the server (database character [...] [...] התווים או NCHARSET (כאשר אתה מפעיל את ייצוא) אינו תואם עם השרת (אופי הנתונים [...]

  4. Martin מרטין
    January 25th, 2007 19:30 25 ינואר 2007 19:30
    1 1

    Muy util la info, muchas gracias Muy útil la מידע, Muchas Gracias

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> אתה יכול להשתמש בקבצי תגיות: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <דל datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. הצטרף כמנוי ל הערות תכונה הושבת. To receive notification of latest comments posted, subscribe to כדי לקבל הודעה על תגובות העדכנית פורסם, כדי להירשם My Digital Life Comments RSS feed החיים שלי דיגיטלי תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

New Articles מאמרים חדשים

Incoming Search Terms for the Article חיפוש נכנס על תנאי סעיף

EXP-00091 EXP-00091 - -- oracle exp-00091 Oracle EXP-00091 - -- exp-0091 EXP-0091 - -- exp 00091 EXP 00091 - -- exp STATISTICS EXP סטטיסטיקה - -- exp statistics none EXP ללא נתונים סטטיסטיים - -- oracle exp charset Oracle EXP תווים - -- oracle exp-00091 exporting questionable statistics Oracle EXP-00091 מפוקפקות מייצא נתונים סטטיסטיים - -- oracle EXP-00091: Exporting questionable statistics. Oracle EXP-00091: מייצא סטטיסטיקות מפוקפקות. - -- EXP-00091: EXP-00091: - -- exp-00091 in oracle EXP-00091 ב-Oracle - -- exp statistics=none EXP = ללא נתונים סטטיסטיים - -- EXP-00091 oracle EXP-00091-Oracle - -- oracle export EXP-00091 Oracle ייצא EXP-00091 - -- EXP-00091: Exporting questionable statistics. EXP-00091: מייצא סטטיסטיקות מפוקפקות. - -- oracle export questionable statistics Oracle מפוקפקות לייצא נתונים סטטיסטיים - -- oracle export database ייצוא הנתונים Oracle - -- exp 0091 EXP 0091 - -- 00091 00091 - -- oracle exp 00091 Oracle EXP 00091 - -- oracle EXP-00091: Exporting questionable statistics Oracle EXP-00091: מייצא מפוקפקות סטטיסטיקות - -- オラクル エクスポート EXP_00091 オラクルエクスポートEXP_00091 - -- oracle exp-00013 Oracle EXP-00013 - -- oracle exp character set Oracle EXP התווים - -- oracle exp EXP-00091: Exporting questionable statistics. Oracle EXP EXP-00091: מייצא סטטיסטיקות מפוקפקות. - -- EXPORT CHANGED CHARSET ORACLE ייצוא השתנה תווים Oracle - -- exporting questionable statistics מייצא מפוקפקות סטטיסטיקות - -- EX-00091 EX-00091 - -- oracle exporting questionable statistics Oracle מייצא מפוקפקות סטטיסטיקות - -- Oracle export warning: EXP-00091 warning יצוא ל-Oracle אזהרה: אזהרה EXP-00091 - -- oracle exp statistics none Oracle EXP ללא נתונים סטטיסטיים - -- EXP-00091: Exporting questionable statistics EXP-00091: מייצא מפוקפקות סטטיסטיקות - -- oracle exp change nls code Oracle EXP לשנות קוד nls - -- oracle questionable statistics Oracle מפוקפקות סטטיסטיקות - -- alfresco oracle ncharset alfresco Oracle ncharset - -- exporting questionable statistics=none יצוא ללא ספק סטטיסטיקות = - -- exporting questionable statistics oracle מייצא סטטיסטיקות מפוקפקות Oracle - -- oracle 'exp' charset Oracle 'EXP' תווים - -- oracle expdp Oracle expdp - -- exp ora-00091 אורה EXP-00091 - -- export oracle exp STATISTICS ייצוא נתונים Oracle EXP - -- oracle exp with different character set Oracle EXP עם אופי שונה בחר - -- oracle exp-0091 Oracle EXP-0091 - -- oracle export DB DUMP Oracle DB ייצא dump - -- oracle exp 00091 exporting questionable statistics Oracle EXP 00091 מפוקפקות מייצא נתונים סטטיסטיים - -- set statistics oracle בחר סטטיסטיקות Oracle - -- statistics exp סטטיסטיקות EXP - -- exp in oracle statistics EXP ב-Oracle סטטיסטיקות - -- exp owner=savbond statistics=none EXP = בעל savbond = ללא נתונים סטטיסטיים - -- EXP-00091 EXP-00091 - --