Thanks for the reply. Any idea how I can determine what is causing the errors in this case? I don't think it can be the character set, I did the export at the server, so the client and server should be the same. There was no query clause specified, only owner=username. Having received those warnings on the export, can the dump file be trusted?
Main Topics
Browse All Topics





by: seazodiacPosted on 2003-11-04 at 15:15:14ID: 9682983
this is from oracle website:
EXP-00091 Exporting questionable statistics
Cause: Export was able to export statistics, but the statistics may not be useable. The statistics are questionable because one or more of the following happened during export: a row error occurred, client character set or NCHARSET does not match with the server, a query clause was specified on export, only certain partitions or subpartitions were exported, or a fatal error occurred while processing a table.
Action: 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. If desired, import parameters can be supplied so that only non-questionable statistics will be imported, and all questionable statistics will be recalculated.