【故障處理】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匯出操作就不會報這個錯誤了
secooler
09.04.21
-- The End --
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匯出操作就不會報這個錯誤了
secooler
09.04.21
-- The End --
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/519536/viewspace-591158/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 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: Exporting questionable statistics.解決方法Export
- EXP-00091: Exporting questionable statistics.錯誤解決方案Export
- 如何處理HTTP 503故障問題?HTTP
- 處理問題的方法
- 【故障處理】TNS-04610問題
- 【故障處理】一次RAC故障處理過程
- ORA-38760 問題處理方法
- MongoDB故障處理MongoDB
- 5種常見的 DNS 故障診斷及問題處理方法DNS
- 【故障處理】DBCA建庫詭異問題處理--rac環境不能建立rac庫
- GPON網路故障如何處理?GPON網路故障處理流程
- 【故障處理】ORA-600:[13013],[5001]故障處理
- 【故障處理】ORA- 2730*,status 12故障分析與處理
- linux故障處理Linux
- ora-故障處理
- 故障分析 | Greenplum Segment 故障處理
- 【故障處理】RAC環境第二節點無法歸檔的詭異問題處理
- 【故障處理】CRS-1153錯誤處理
- 【故障處理】ORA-19809錯誤處理
- perl中文處理問題
- 漢字處理問題?
- xml處理的問題XML
- 貨品問題處理
- [git] git問題處理Git
- 線上故障處理手冊
- MySQL show processlist故障處理MySql
- 微服務的故障處理微服務
- teams登入故障處理
- Oracle更新Opatch故障處理Oracle
- 如何快速處理線上故障
- Mysql故障處理2則MySql
- dataguard故障處理一則