Chinaunix首页 | 论坛 | 博客
  • 博客访问: 92644769
  • 博文数量: 19283
  • 博客积分: 9968
  • 博客等级: 上将
  • 技术积分: 196062
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-07 14:28
文章分类

全部博文(19283)

文章存档

2011年(1)

2009年(125)

2008年(19094)

2007年(63)

分类: Oracle

2008-04-29 08:26:12

作者: nutra  出自:
使用exp导出数据时:

连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
已导出 ZHS16CGB231280 字符集和 AL16UTF16 NCHAR 字符集
服务器使用 ZHS16GBK 字符集 (可能的字符集转换)

即将导出指定的表通过常规路径...

这可能是由于linux用户环境变量中的字符集设置与数据库的字符集设置不同造成的。

我一般都使用ZHS16GBK字符集,于是:

export NLS_LANG="SIMPLIFIED CHINESE.ZHS16GBK"

再导出:

连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
已导出 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集
正在导出 pre-schema 过程对象和操作

OK了。
阅读(314) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~