您的位置:首页 > 数据库 > Oracle

oracle 中文乱码 和 sqlplus 格式输出

2016-08-17 04:30 295 查看

oracle 中文乱码 和 sqlplus 格式输出

中文乱码

在插入中文数据之前必须要做。

-   sudo gedit /home/oracle/.bash_profile

export LANG=zh_CN.UTF-8
export NLS_LANG="SIMPLIFIED CHINESE_CHINA.AL32UTF8"
-   source /home/oracle/.bash_profile


ref

http://blog.csdn.net/zengmuansha/article/details/40328569

格式输出

http://blog.csdn.net/huoyin/article/details/5803324
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐