ORA-00091錯誤的解決方式
偶爾應用exp匯出資料時,輸出日誌會報EXP-00091: Exporting questionable statistics的錯誤,特別是對於一些crontab中執行的exp指令碼。
造成該錯誤提示的原因通常都是匯出端nls_lang引數未設定,或者設定有誤,解決方式也很簡單:
a.查詢資料庫中的字符集:
SQL> select * from v$nls_parameters where parameter='NLS_CHARACTERSET';
PARAMETER VALUE
--------------------------- -----------------
NLS_CHARACTERSET ZHS16GBK
b.設定nls_lang變數
export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK
然後再重新執行exp即可。
附,官方文件中對EXP-00091錯誤的描述及解決方案:
EXP-00091: 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/7607759/viewspace-475175/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Excel匯入null錯誤解決方式ExcelNull
- Ocelot錯誤解決
- 一種SYBASE資料庫錯誤DBSQL_SQL_ERROR的解決方式資料庫SQLError
- undefined reference to錯誤的解決方法Undefined
- Cocopods的升級錯誤解決
- ORA-12005 錯誤的解決
- SAXParseException的錯誤解決之二Exception
- 解決 Python UnicodeEncodeError 錯誤PythonUnicodeError
- Wordpress獨立站資料庫連線錯誤的三種解決方式資料庫
- dbfread報錯ValueError錯誤解決方法Error
- 解決 ngrok 的 Domain 錯誤問題AI
- Qt報Multiple definition錯誤的解決QT
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- PbootCMS 404 錯誤解決方法boot
- Linux下錯誤解決方案Linux
- latex 錯誤以及解決方案
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- steam磁碟寫入錯誤怎麼解決 steam磁碟寫入錯誤解決方法大全
- 解決 eslint 的 Parsing error: Unexpected token 錯誤EsLintError
- Mac上搭建chromedriver的錯誤解決方法MacChrome
- standby新增檔案錯誤的解決方法
- nginx出現403錯誤的解決方法Nginx
- 一個 ExpressionChangedAfterItHasBeenCheckedError 錯誤的解決過程ExpressError
- MYSQL中 TYPE=MyISAM 錯誤的解決方法MySql
- ORA-28000錯誤解決方案
- dedecms提示500錯誤解決方法
- PHP curl error 60 錯誤解決PHPError
- linux解決“XXX is not in the sudoers file”錯誤Linux
- 解決java.lang.NoSuchMethodError錯誤JavaError
- HTTP代理錯誤怎麼解決?HTTP
- TCP網路除錯助手提示錯誤:“1035:未知錯誤” 解決方案TCP除錯
- 印表機提示列印錯誤怎麼解決 印表機狀態錯誤的方法
- win10硬體錯誤117怎麼解決?win10硬體錯誤117的解決辦法Win10
- photoshop匯出png發生未知錯誤的解決方案,ps匯出發生未知錯誤怎麼解決
- 解決Gitlab的The remote end hung up unexpectedly錯誤GitlabREM
- mysqldump error1066 錯誤的解決辦法MySqlError
- iOS路上遇到的錯誤及解決辦法iOS
- Linux yum提示Loaded plugins錯誤的解決方法LinuxPlugin
- SSL錯誤ssl connect error 35的解決方案Error