Home > Database > Mysql Tutorial > oracle乱码问题

oracle乱码问题

WBOY
Release: 2016-06-07 15:20:28
Original
1495 people have browsed it

前段时间遇到这样一个问题: 从64位系统导出的系统再导入到32位系统时,数据库乱码了 http://www.eygle.com/archives/2004/09/nls_character_set_05.html 好文推荐 分析:64位系统oracle的编码式 与 32位系统的oracle 编码式不一致。 查看dmp 编码 用utraled

 前段时间遇到这样一个问题:  从64位系统导出的系统再导入到32位系统时,数据库乱码了

http://www.eygle.com/archives/2004/09/nls_character_set_05.html  好文推荐


  分析:64位系统oracle的编码格式 与 32位系统的oracle 编码格式不一致。


 查看dmp 编码   用utraledit 打开dmp文件 第2、3字节 如图: 03 69  查询到是AL32UTF8  

 oracle乱码问题


  不管是怎么解决,导入导出时,oracle 编码格式(通过命令该 或 修改注册表) 必须与 库的编码保持一致

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template