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. ככל שניתן.
Related Articles מאמרים קשורים
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database שובב-00016 נדרש התווים המרה אין תמיכה שגיאה כאשר יבוא אל Oracle Database
- Oracle Database Import Error 3113/3114 Oracle Database ייבוא שגיאה 3113/3114
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error יצירה, הוספה או פיצול Oracle Database מחיצה נכשל עם שגיאה אורה-14080
- Change Oracle Database User Password שנה ל-Oracle Database משתמש סיסמה
- Oracle Database Link קישור ל-Oracle Database
- IMP-00013 Oracle Import Error שובב-00013-Oracle יבוא שגיאה
- ORA-00942 Table or View Does Not Exist Oracle Error אורה-00942 טבלה או תצוגה לא קיים Oracle שגיאה
- How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile כיצד זרוק שחזר Tablespace ו-Oracle Database כאשר מחק בטעות Datafile
- Oracle ORA-14074 Create or Add New Partition Fails Error אורה-14074-Oracle צור או הוסף המחיצה החדשה אינה שגיאה
- View and Retrieve Oracle Database Link Details הצג לאחזור ו-Oracle Database קישור פרטים










































December 1st, 2008 18:11 1 בדצמבר, 2008 18:11
oh guys stop this automatic translation into German because it is nearly incomprehensible! הו חבר 'ה להפסיק זה תרגום אוטומטי לתוך גרמנית כי היא כמעט מובנת!
remember – only simple english will be translated well by machine translation זכור - רק אנגלית פשוט יהיה מתורגם גם על ידי מכונת תרגום
October 11th, 2008 02:34 11 אוקטובר 2008 02:34
Good writeup you saved me 2 hours thank you טוב writeup שמרת לי 2 שעות תודה
August 9th, 2007 02:18 9 באוגוסט, 2007 02:18
[...] character set or NCHARSET (where you run the Export) does not match with the server (database character [...] [...] התווים או NCHARSET (כאשר אתה מפעיל את ייצוא) אינו תואם עם השרת (אופי הנתונים [...]
January 25th, 2007 19:30 25 ינואר 2007 19:30
Muy util la info, muchas gracias Muy útil la מידע, Muchas Gracias