Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1037354
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

分类: LINUX

2014-01-27 16:11:24

登录oracle时候,发现乱码:
[oracle@dg1 dbs]$ sqlplus "/as sysdba"


SQL*Plus: Release 11.2.0.3.0 Production on Mon Jan 27 16:05:06 2014


Copyright (c) 1982, 2011, Oracle.  All rights reserved.




???: 
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options


#su - oracle
#vi .bash_profile
加入:
export NLS_LANG=AMERICAN_AMERICA.UTF8
保存退出后

source .bash_profile
解决问题。
阅读(716) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~