admin
不忘初心,方得始终
级别: 管理员
只看楼主 | | | 0楼 发表于:2017-01-22 08:16

Oracle中文乱码的解决办法

  安装完oracle 后可能会出现中文乱码的问题。解决方法如下:
  vim /home/oracle/.bash_profile:
  export NLS_LANG="SIMPLIFIED CHINESE_CHINA.al32UTF8"
  source /home/oracle/.bash_profile