EXP-00091: Exporting questionable statistics.錯誤解決方案
在使用exp工具匯出使用者的資料時,不斷報錯,如下:
. . exporting table XPDLS 0 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.[@more@]
二.問題分析
使用者的資料是可以正常匯出,但這個提示讓人不舒服.這個問題可能是因為資料庫的字符集與匯出客服端的字符集設定不相同導致的.
查詢相關檢視,可以知道資料庫的字符集
SQL> col parameter format a50
SQL> col value format a40
SQL> select * from nls_database_parameters;
PARAMETER VALUE
-------------------------------------------------- ----------------------------------------
NLS_LANGUAGE AMERICAN
NLS_TERRITORY AMERICA
NLS_CURRENCY $
NLS_ISO_CURRENCY AMERICA
NLS_NUMERIC_CHARACTERS .,
NLS_CHARACTERSET ZHS16GBK
NLS_CALENDAR GREGORIAN
NLS_DATE_FORMAT DD-MON-RR
NLS_DATE_LANGUAGE AMERICAN
NLS_SORT BINARY
NLS_TIME_FORMAT HH.MI.SSXFF AM
PARAMETER VALUE
-------------------------------------------------- ----------------------------------------
NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY $
NLS_COMP BINARY
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CONV_EXCP FALSE
NLS_NCHAR_CHARACTERSET AL16UTF16
NLS_RDBMS_VERSION 10.2.0.5.0
在作業系統中檢視環境變數,例如linux中
$env
......
NLS_LANG=Simplified Chinese_China.UTF8
可以看到資料庫和客戶端的字符集設定不一致,所以導致了ora-00091的錯誤
三. 問題解決
設定客戶端的字符集與資料庫的字符集相同,應該為NLS_LANGUAGE.NLS_CHARACTERSET,這個資料庫應該為AMERICAN.ZHS16GBK
$export NLS_LANG=AMERICAN.ZHS16GBK
$exp user/pwd file=aa.dmp
. about to export ITSM_FS's tables via Conventional Path ...
. . exporting table ACTACTIONSM1 22 rows exported
. . exporting table ACTIVITIES 0 rows exported
. . exporting table ACTIVITYCM3M1 0 rows exported
......
匯出的時候就不再報錯了,問題解決.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/32980/viewspace-1057925/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- EXP-00091: Exporting questionable statistics.Export
- 轉帖:EXP-00091: Exporting questionable statistics.解決方法Export
- EXP-00091 Exporting questionable statistics錯誤Export
- EXP-00091: Exporting questionable statisticsExport
- EXP-00091 Exporting questionable statisticsExport
- EXP-00091: Exporting questionable statistics 處理辦法Export
- EXP-00091: Exporting questionable statistics 問題處理方法Export
- EXP-00091錯誤解決
- 【故障處理】EXP-00091: Exporting questionable statistics 問題處理方法Export
- latex 錯誤以及解決方案
- Windows環境下EXP-00091錯誤的解決辦法Windows
- Linux下錯誤解決方案Linux
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- ORA-28000錯誤解決方案
- ORA-07445: 錯誤解決方案
- ORA-00054錯誤解決方案(摘)
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- Hadoop常見錯誤及解決方案Hadoop
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- MySQL插入資料1366錯誤解決方案MySql
- 開發常見錯誤及解決方案
- MySQL錯誤Incorrect file format解決方案薦MySqlORM
- Java java.lang.ExceptionInInitializerError 錯誤解決方案JavaExceptionError
- DataGuard ORA-10458錯誤解決方案
- informatica SORT_40406 錯誤解決方案ORM
- SQL Server 錯誤程式碼:17058 。解決方案SQLServer
- Exp匯出報錯EXP-00091分析解決
- vagrant homestead 錯誤記錄以及解決方案
- JNI命令列下編譯錯誤解決方案命令列編譯
- ORA-00845的錯誤與解決方案
- 使用JPEGImageEncoder提示Access restriction:錯誤 解決方案REST
- Unsupported major.minor version 51.0 錯誤解決方案
- SVN 遇到的一些錯誤解決方案
- ORA-01658 錯誤之解決方案
- ant構建時出現錯誤解決方案
- PbootCMS中常見的錯誤提示及其解決方案boot
- TCP網路除錯助手提示錯誤:“1035:未知錯誤” 解決方案TCP除錯
- SSL錯誤ssl connect error 35的解決方案Error