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 डाटाबेस सन्निक्षेप या निर्यात करने की कोशिश कर, यह पूरा पूरा डेटाबेस निर्यात या एक विशेष प्रयोक्ता या टेबल निर्यात, मई ठीक एक मेज के निर्यात की स्थिति के बाद दिखाई देता है निम्नलिखित संदेश हो.

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. हालांकि निर्यात आँकड़ों का निर्यात करने में सक्षम था क्योंकि आँकड़े 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 एक प्रश्न खंड के निर्यात पर, सिर्फ कुछ partitions या 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. सबसे अधिक है, ऍक्स्प-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 वातावरण चर सेटिंग, पहले सत्र में निर्यात करने के लिए, अपने डेटाबेस चरित्र से मेल करने की कोशिश इस मुद्दे को हल करने के लिए तैयार है. 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 का प्रयोग कर रहे हैं.

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. अगर वांछित, आयात मापदंडों ताकि केवल गैर संदिग्ध आँकड़ों का आयात किया जाएगा, और आपूर्ति की जा सकती है सभी संदिग्ध आँकड़े recalculated होगा.

At the beginning of Export, the charset of the database will be shown. निर्यात की शुरुआत में, डेटाबेस के charset दिखाया जाएगा. Else, you will need to use “show parameter nls” in SQL*Plus to check what charset the Oracle database is using. वरना, आप SQL में क्या Oracle डाटाबेस charset की जाँच करने के लिए * प्लस "शो पैरामीटर nls" का उपयोग करने की आवश्यकता होगी का उपयोग कर रहा है.

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 ऍक्स्प-00091 त्रुटि जब निर्यात डाटाबेस"

  1. andreas 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 सूर्या
    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 प्वाइंट, Oracle लाइफ. » Experience error EXP-00091 while exporting entire database »अनुभव त्रुटि ऍक्स्प-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 util ला जानकारी, 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 मेरे डिजिटल जीवन टिप्पणियाँ आरएसएस फ़ीड or या register to receive रजिस्टर प्राप्त करने के लिए new comments in daily email digest. दैनिक ईमेल में नई टिप्पणियाँ डाइजेस्ट.
Custom Search

New Articles नई लेख

Incoming Search Terms for the Article के लिए खोज नियम आने के अनुच्छेद

EXP-00091 ऍक्स्प-00091 - -- oracle exp-00091 Oracle ऍक्स्प-00091 - -- exp-0091 ऍक्स्प-0091 - -- exp STATISTICS ऍक्स्प सांख्यिकी - -- oracle exp-00091 exporting questionable statistics Oracle ऍक्स्प-00091 संदिग्ध आँकड़े निर्यात - -- oracle exp charset Oracle ऍक्स्प charset - -- oracle EXP-00091: Exporting questionable statistics. Oracle ऍक्स्प-00091: निर्यात संदिग्ध आँकड़े. - -- oracle export database Oracle निर्यात डेटाबेस - -- exp 00091 ऍक्स्प 00091 - -- オラクル エクスポート EXP_00091 オラクルエクスポートEXP_00091 - -- oracle exp-00013 Oracle ऍक्स्प-00013 - -- exp statistics none ऍक्स्प आँकड़े कोई नहीं - -- EXP-00091: ऍक्स्प-00091: - -- EXPORT CHANGED CHARSET ORACLE निर्यात charset Oracle परिवर्तित - -- alfresco oracle ncharset alfresco Oracle ncharset - -- exporting questionable statistics=none = कोई भी संदिग्ध आँकड़े निर्यात - -- exporting questionable statistics oracle संदिग्ध आँकड़े Oracle निर्यात - -- exp statistics=none ऍक्स्प आँकड़े = कोई नहीं - -- exp 0091 ऍक्स्प 0091 - -- oracle 'exp' charset Oracle 'ऍक्स्प' charset - -- oracle expdp Oracle expdp - -- exp ora-00091 ऍक्स्प ora-00091 - -- 00091 00091 - -- EXP-00091: Exporting questionable statistics. ऍक्स्प-00091: निर्यात संदिग्ध आँकड़े. - -- export oracle exp STATISTICS निर्यात Oracle ऍक्स्प सांख्यिकी - -- oracle exp with different character set अलग चरित्र के साथ Oracle ऍक्स्प सेट - -- oracle exp 00091 Oracle ऍक्स्प 00091 - -- oracle exp-0091 Oracle ऍक्स्प-0091 - -- oracle export DB DUMP Oracle निर्यात DB सन्निक्षेप - -- oracle exp 00091 exporting questionable statistics 00091 संदिग्ध आँकड़े निर्यात Oracle ऍक्स्प - -- set statistics oracle सेट आँकड़े Oracle - -- statistics exp आँकड़े ऍक्स्प - -- exp in oracle statistics Oracle आँकड़े में ऍक्स्प - -- exp owner=savbond statistics=none ऍक्स्प मालिक = savbond आँकड़े = कोई नहीं - -- EXP-00091 ऍक्स्प-00091 - -- oracle EXP-00091: Exporting questionable statistics Oracle ऍक्स्प-00091: निर्यात संदिग्ध आँकड़े - -- oracle db export database links Oracle DB निर्यात डेटाबेस लिंक - -- oracle exp to a charset एक charset करने के लिए Oracle ऍक्स्प - -- statistics=none in exporting+oracle निर्यात में सांख्यिकी = कोई नहीं + Oracle - -- exp-0091 + oracle9i ऍक्स्प-0091 + oracle9i - -- EXP-00091 oracle ऍक्स्प-00091 Oracle - -- oracle export questionable statistics Oracle निर्यात संदिग्ध आँकड़े - -- problems with Serbian character set from oracle सर्बियाई चरित्र Oracle से सेट के साथ समस्याओं - -- statistic oracle exp error अंकविवरण Oracle ऍक्स्प त्रुटि - -- +oracle +exp +statistics + Oracle + ऍक्स्प + आँकड़े - -- export database command with statistics=none आँकड़ों के साथ निर्यात डेटाबेस कमांड = कोई नहीं - -- export questionable statistics oracle संदिग्ध आँकड़े Oracle निर्यात - -- how to use export on Oracle DB कैसे Oracle DB पर निर्यात का उपयोग करने के लिए - -- oracle 9 exp-00091 nls_lang setting windows Oracle 9 ऍक्स्प-00091 nls_lang खिड़कियां सेटिंग - -- oracle exp character set Oracle ऍक्स्प चरित्र सेट - --