>데이터 베이스 >MySQL 튜토리얼 >Linux系统中导出Oracle数据

Linux系统中导出Oracle数据

WBOY
WBOY원래의
2016-06-07 16:51:491188검색

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으로 문의하세요.