EXP--解決EXP-00091的方法
step 01 檢視DB中的NLS_CHARACTERSET的值(提供兩種方法):
select * from nls_database_parameters t where t.parameter='NLS_CHARACTERSET'
or
select * from v$nls_parameters where parameter='NLS_CHARACTERSET';
SQL> select * from v$nls_parameters where parameter='NLS_CHARACTERSET';PARAMETER VALUE
----------------------- ----------------------------------------------
NLS_CHARACTERSET ZHT16BIG5
step 02 根據step 01查出的NLS_CHARACTERSET(ZHT16BIG5)來設定exp的環境變數:
WINNT> set NLS_LANG=AMERICAN_AMERICA.ZHT16BIG5
LINUX> export NLS_LANG=AMERICAN_AMERICA.ZHT16BIG5
附上exp-91的oracle error message 解決方案說明:
oerr exp 9100091, 00000, "Exporting questionable statistics."
// *Cause: Export was able export statistics, but the statistics may not be
// usuable. 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,
// 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.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22034023/viewspace-668373/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- EXP--解決EXP-00091的方法 (轉貼)
- 解決EXP-00091的方法
- EXP-00091解決方法(轉)
- EXP-00091問題的解決
- EXP-00091解決辦法
- EXP-00091錯誤解決
- 轉帖:EXP-00091: Exporting questionable statistics.解決方法Export
- Exp匯出報錯EXP-00091分析解決
- Windows環境下EXP-00091錯誤的解決辦法Windows
- 在LINUX下用EXP匯出資料時出現EXP-00091錯誤的解決方法Linux
- EXP-00091: Exporting questionable statistics.錯誤解決方案Export
- TabError的解決方法Error
- ArtifactDescriptorException的解決方法Exception
- EXP-00091: Exporting questionable statistics 問題處理方法Export
- dns劫持怎麼解決 dns劫持的解決方法DNS
- 遇到問題的解決方法
- 求事務的解決方法
- oracle之EXP-00091Oracle
- 金沙不給提款的解決方法
- 跨域的九種解決方法跨域
- pycharm不支援django的解決方法PyCharmDjango
- 解決GitHub打不開的方法Github
- undefined reference to錯誤的解決方法Undefined
- vue命令無效的解決方法Vue
- reCAPTCHA打不開的解決方法APT
- 解決Vue中”This dependency was not found”的方法Vue
- word停止工作的解決方法
- Failed to execute aapt的奇怪解決方法AIAPT
- Stale NFS file handle的解決方法NFS
- 解決Ajax不能跨域的方法跨域
- 解決Oracle死鎖的快捷方法Oracle
- 批量解決oracle鎖等待的方法Oracle
- 禁止ViewState的3種解決方法View
- **PHPNotice:Undefinedindex:…問題的解決方法PHPUndefinedIndex
- PRVF-0002的解決方法
- PHP錯誤“Thisfilehasexpired”的解決方法PHP
- cannot allocate new log 的解決方法
- Google打不開的解決方法Go