登录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
解决问题。
阅读(755) | 评论(0) | 转发(0) |