首页 >数据库 >mysql教程 >Linux系统中导出Oracle数据

Linux系统中导出Oracle数据

WBOY
WBOY原创
2016-06-07 16:51:491086浏览

Linux系统中使用exp导出数据时:连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Par

Linux系统中使用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了。 

linux

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn