Oracle EXP-00091 Error When Export Database Oracle exp-00091 errore durante l'esportazione del 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. Quando si cerca di fare un dump database Oracle o di esportazione, sia piena tutta la banca dati di esportazione o di un particolare utente o una tabella di esportazione, il seguente messaggio maggio appare subito dopo lo status di esportatore a un tavolo.
EXP-00091: Exporting questionable statistics. EXP-00091: Esportare discutibile statistiche.
The cause for this error is because statistics may not be useable although Export was able to export statistics. La causa di questo errore è dovuto al fatto che le statistiche non possono essere utilizzabili anche se l'esportazione è stata in grado di esportare le statistiche. The statistics are questionable because one or more of the following happened during export: Le statistiche sono discutibili perché uno o più dei seguenti accaduto durante l'esportazione:
- A row error occurred Una riga è verificato l'errore
- Client character set or NCHARSET (where you run the Export) does not match with the server (database character set) Client set di caratteri o NCHARSET (in cui si esegue l'esportazione) non coincide con il server (database set di caratteri)
- A query clause was specified on export, only certain partitions or subpartitions were exported Una query di ricerca è stato specificato clausola sulle esportazioni, solo alcune partizioni o subpartitions sono stati esportati
- A fatal error occurred while processing a table Un errore fatale si è verificato durante l'elaborazione di una tabella
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. La risoluzione è di esportare non discutibile statistiche, modificare il set di caratteri client o NCHARSET per abbinare il server, l'esportazione senza alcuna clausola di query, o di esportazione completa tabelle.
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. Più comunemente, il EXP-00091 succede quando il set di caratteri del client in cui è in esecuzione Exp è diverso dal set di caratteri di Oracle database server.
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. Per risolvere questo problema, provare a impostare la variabile d'ambiente NLS_LANG al sistema operativo, prima della sessione di esportazione, per soddisfare la vostra base di dati set di caratteri. Syntax as follow, change the character set to your database’s character set. Sintassi come segue, modificare il set di caratteri a vostra base di dati del set di caratteri.
export NLS_LANG=WE8ISO8859P1 esportazione NLS_LANG = WE8ISO8859P1
For easier way of resolution, export with option “STATISTICS=NONE”. Per facilitare il modo di risoluzione, con opzione di esportazione "STATISTICHE = Nessuno". 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. Inoltre, se si sta utilizzando Oracle 10g, l'uso di Oracle Data Pump's expdp e impdp invece di invece di exp e imp di esportazione e di importazione dei dati.
It’s pretty safe to say that if EXP-00091 is the only error message, the export’s row data is without any problems. È piuttosto sicuro dire che se EXP-00091 è l'unico messaggio di errore, l'esportazione della riga di dati è senza problemi. If desired, import parameters can be supplied so that only non-questionable statistics will be imported, and all questionable statistics will be recalculated. Se del caso, i parametri di importazione possono essere forniti in modo tale che non solo discutibile statistiche verranno importati, e di tutti i discutibili statistiche sarà ricalcolato.
At the beginning of Export, the charset of the database will be shown. All'inizio di esportazione, il set di caratteri della banca dati verrà visualizzato. Else, you will need to use “show parameter nls” in SQL*Plus to check what charset the Oracle database is using. Altro, sarà necessario utilizzare "mostrare parametro nls" in SQL * Plus per controllare ciò che i charset database Oracle sta utilizzando.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- Oracle Database Import Error 3113/3114 Database Oracle errore di importazione 3113/3114
- IMP-00013 Oracle Import Error IMP-00013 Oracle Import Errore
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database IMP-00016 richieste di conversione set di caratteri non supportato errore quando l'importazione di database Oracle
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error Creare, aggiungere o Spalato Oracle Database partizione non riesce a ORA-14080 Errore
- Oracle Database Link Oracle database di link
- Change Oracle Database User Password Cambia database Oracle Utente Password
- Delete, Remove or Drop Oracle Stored Packages with Drop Package Eliminare, rimuovere o goccia oracolo memorizzati i pacchetti a goccia pacchetto
- Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in Tablespace Error Oracle ORA-01658 Impossibile creare INIZIALE Estensione per il segmento in errore Tablespace
- Check Oracle Version Verificare la versione di Oracle
- How to Rename or Move Oracle Tablespace Datafile to Another Location Come rinominare o spostare Oracle tablespace archivio dei dati in un'altra posizione

































January 25th, 2007 19:30 25 gennaio 2007 19:30
Muy util la info, muchas gracias Muy util la info, muchas gracias
August 9th, 2007 02:18 9 agosto 2007 02:18
[...] character set or NCHARSET (where you run the Export) does not match with the server (database character [...] [...] Set di caratteri o NCHARSET (in cui si esegue l'esportazione) non coincide con il server (database di carattere [...]