EXP-00091: Exporting questionable statistics 處理辦法
在使用EXP工具進行匯出備份或遷移資料的時候有時會報很多的“EXP-00091: Exporting questionable statistics”錯誤,具體的現象和處理方法請觀看……
1.問題現象
[oracle@RH207 exp]$ exp test/test file=test.dmf log=test.log
……忽略……
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
. . exporting table SNP_TXT 6345 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
. . exporting table SNP_TXT_CROSSR 1019 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00008: ORACLE error 1013 encountered
ORA-01013: user requested cancel of current operation
EXP-00056: ORACLE error 1403 encountered
……忽略……
2.處理方法
指定Linux系統的NLS_LANG環境變數為資料庫的資料集
1)查詢資料庫的字符集(方法很多隻用一種)
SQL> select userenv('language') from dual;
USERENV('LANGUAGE')
----------------------------------------------------
AMERICAN_AMERICA.WE8ISO8859P1
2)設定Linux作業系統的NLS_LANG環境變數
[oracle@RH207 exp]$export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
Window系統的環境變數的修改方法是:
C:\>set NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
3.OK,處理完成,在進行EXP匯出操作就不會報這個錯誤了
1.問題現象
[oracle@RH207 exp]$ exp test/test file=test.dmf log=test.log
……忽略……
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
. . exporting table SNP_TXT 6345 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
. . exporting table SNP_TXT_CROSSR 1019 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00008: ORACLE error 1013 encountered
ORA-01013: user requested cancel of current operation
EXP-00056: ORACLE error 1403 encountered
……忽略……
2.處理方法
指定Linux系統的NLS_LANG環境變數為資料庫的資料集
1)查詢資料庫的字符集(方法很多隻用一種)
SQL> select userenv('language') from dual;
USERENV('LANGUAGE')
----------------------------------------------------
AMERICAN_AMERICA.WE8ISO8859P1
2)設定Linux作業系統的NLS_LANG環境變數
[oracle@RH207 exp]$export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
Window系統的環境變數的修改方法是:
C:\>set NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
3.OK,處理完成,在進行EXP匯出操作就不會報這個錯誤了
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24558279/viewspace-717542/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 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 Exporting questionable statistics錯誤Export
- 轉帖:EXP-00091: Exporting questionable statistics.解決方法Export
- EXP-00091: Exporting questionable statistics.錯誤解決方案Export
- EXP-00091解決辦法
- PowerShell的異常處理辦法
- oracle密碼過期處理辦法Oracle密碼
- oracle rac修改ip的處理辦法Oracle
- oracle 表碎片太多的處理辦法Oracle
- ORACLE RAC spfile異常處理辦法Oracle
- lvm資訊丟失處理辦法LVM
- QQ病毒的系列處理辦法(轉)
- 【問題處理】MySQL忘記root密碼的處理辦法MySql密碼
- 磁碟IO過高時的處理辦法
- dvd光碟機不讀盤處理辦法
- enq: SQ - contention 等待事件處理辦法ENQ事件
- 表死鎖查詢及處理辦法
- Jenkins臨時空間不足處理辦法Jenkins
- oracle sysaux表空間滿了處理辦法OracleUX
- (轉)oracle redolog損壞的處理辦法Oracle Redo
- Oracle密碼忘記簡單處理辦法Oracle密碼
- 字元顯示亂碼問題處理辦法字元
- ORA-30036 IMPDP 處理辦法
- Windows環境下EXP-00091錯誤的解決辦法Windows
- 遭遇另類無法刪除病毒的處理辦法(轉)
- XP無法正常解除安裝隨身碟的處理辦法
- 微信(Android 6.2.2.54)無法啟動的一種處理辦法Android
- 伺服器被攻擊的基本處理辦法伺服器
- 處理資料缺失的結構化解決辦法
- mListView.setOnItemClickListener的函式失效的處理辦法。View函式
- oracle監聽器日誌過大-處理辦法Oracle
- 【undo】undo 意外刪除處理辦法(非歸檔)
- asp 網站被 sql 注入後的處理辦法網站SQL
- direct path read wait event 的處理辦法AI