对DBA或需使用exp,imp的普通用戶來说,在我们做exp的過程中可能经常会遇到EXP-00091 Exporting questionable statistics.这样的EXP信息,其实它就是exp的error message,它产生的原因是因为我们exp工具所在的环境变量中的NLS_LANG与DB中的NLS_CHARACTERSET不一致。

问题:

lpding-> exp scott/scott file=/oracle/exp/scott_emp.dmp log scott_emp.log tables=emp

Export: Release 10.2.0.1.0 - Production on Tue Jun 29 15:07:38 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Export done in UTF8 character set and AL16UTF16 NCHAR character set
server uses ZHS16GBK character set (possible charset conversion)

About to export specified tables via Conventional Path ...
. . exporting table EMP 14 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
Export terminated successfully with warnings.

解决:

SQL> select * from v$nls_parameters where parameter='NLS_CHARACTERSET';

PARAMETER VALUE
------------------------------- ---------------------------------------------------------------------------------------------------
NLS_CHARACTERSET ZHS16GBK

SQL> host
lpding-> export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK
lpding-> exp scott/scott file=/oracle/exp/scott_emp.dmp log scott_emp.log tables=emp

Export: Release 10.2.0.1.0 - Production on Tue Jun 29 15:32:08 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Export done in ZHS16GBK character set and AL16UTF16 NCHAR character set

About to export specified tables via Conventional Path ...
. . exporting table EMP 14 rows exported
Export terminated successfully without warnings.
lpding->

EXP-00091: Exporting questionable statistics.问题解决!(转)相关推荐

  1. EXP-00091 Exporting questionable statistics(转)

    转:http://www.eygle.com/digest/2009/04/exp00091_exporting_questionabl.html 对一个DBA或需使用exp,imp的普通用户来说,在 ...

  2. 导出数据库dmp出现EXP-00091: Exporting questionable statistics.问题解决!

    对DBA或需使用exp,imp的普通用戶來说,在我们做exp的過程中可能经常会遇到EXP-00091 Exporting questionable statistics.这样的EXP信息,其实它就是e ...

  3. EXP-00091 Exporting questionable statistics.

    1. 查看db中的NLS_CHARACTERSET的值. 打开plsql  select * from v$nls_parameters where parameter='NLS_CHARACTERS ...

  4. EXP 导出时遇到错误 EXP-00091: Exporting questionable statistics.

    解决导出成功但报错EXP-00091: Exporting questionable statistics. 今天使用exp导出遇到错误EXP-00091: Exporting questionabl ...

  5. exp备份导出时报EXP-00091: Exporting questionable statistics”错误

    问题现象      在对ORACLE数据库做exp备份导出时报EXP-00091: Exporting questionable statistics"错误:详情如下: EXP-00091: ...

  6. EXP-00091: Exporting questionable statistics 问题

    使用EXP导出数据时出现EXP-00091: Exporting questionable statistics错误信息,参考EXP-00091解决方法,查询到数据库的NLS_CHARACTERSET ...

  7. EXP-00091: Exporting questionable statistics.错误解决方案

    一.问题描述 在使用exp工具导出用户的数据时,不断报错,如下: . . exporting table XPDLS 0 rows exported EXP-00091: Exporting ques ...

  8. [Oracle报错]EXP-00091: Exporting questionable statistics.

    Oracle版本:10.2.0.5.0 问题描述: 今天在虚拟机中使用exp进行导出实验时出现了"EXP-00091"错误,以下为导出操作命令及具体错误信息: [oracle@ta ...

  9. 故障处理:EXP-00091: Exporting questionable statistics.

    导出sh用户,提示EXP-00091错误: EXP-00091: Exporting questionable statistics. . . exporting table             ...

  10. EXP-00091:Exporting questinable statistics.

    在给windows里的10.2.0.4版本的oracle数据库exp导出时,导出过程有如下警告: 原因: 字符集问题.查了一下,这个警告不影响导出内容,但最好是重新导出. 解决办法: 先登入数据库查看 ...

最新文章

  1. 数据挖掘流程(三):特征工程
  2. 如何初始化结构体中的指针结构体_跟我一起学习go语言(五)golang中结构体的初始化方法...
  3. 【⛔拒绝内卷,学会shell,走遍天下都不怕⛔】shell编程基础
  4. MySQL:错误代码1215 无法添加外键约束的解决思路
  5. 用element-ui的走马灯carousel轻松实现自适应全屏banner图 解决el-carousel默认高度300问题  组件代码
  6. 推荐算法和机器学习入门
  7. 【MATLAB】MATLAB应用手册(1):高等数学的MATLAB应用
  8. windows系统的启动工作原理
  9. ubuntu18.04超级简单的安装wine QQ教程
  10. 区分级数收敛和数列收敛
  11. 德尔菲法 Delphi 专家判断
  12. dfuse 和 EOS Studio 携手让开发者工具更上一层楼
  13. Graph Neural Network-Based Anomaly Detection in Multivariate Time Series 代码配置及解析
  14. Terraform 学习总结(6)—— 基于阿里云平台上的 Terraform 实战
  15. 《三国演义》中的火烧赤壁居然也是假的!!
  16. 浏览器无法访问gitlab.nicky.com解决办法
  17. c语言商场收款程序,c语言 如何用switch语句编写一个有关商场购物金额优惠的选择程式...
  18. 测试转开发,真有那么好?
  19. 1月5日 负数的十六进制如何表示。
  20. postgresql空间操作

热门文章

  1. AutoJS实现微信自动聊天机器人
  2. 【HarmonyOS HiSpark IPC DIY Camera试用连载2 】一天内极速完成从开箱编译烧写到跑通hello world
  3. drupal建站案例_Drupal8 快速建站教程
  4. 17.CRT的绿色版安装和使用。
  5. 全志android编译过程
  6. 关于博弈论中的一硬币正反问题的分析
  7. IPV6的福音---六维空间
  8. 【常识】常用RGB颜色对照表
  9. HEX、RGB颜色表
  10. linux权限百度贴吧,api接口权限控制