- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
6#
发表于 2012-1-8 21:45:39
ODM Data- [oracle@vrh1 admin]$ export NLS_LANG=AMERICAN_AMERICA.UTF-8
- [oracle@vrh1 admin]$ echo $NLS_LANG
- AMERICAN_AMERICA.UTF-8
- [oracle@vrh1 admin]$ sqlplus / as sysdba
- SQL*Plus: Release 11.2.0.3.0 Production on Mon Jan 9 00:43:56 2012
- Copyright (c) 1982, 2011, Oracle. All rights reserved.
- ERROR:
- ORA-12705: Cannot access NLS data files or invalid environment specified
- Enter user-name:
- ERROR:
- ORA-01017: invalid username/password; logon denied
- Enter user-name:
- ERROR:
- ORA-01017: invalid username/password; logon denied
- SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
- [oracle@vrh1 admin]$ export NLS_LANG=AMERICAN_AMERICA.UTF8
- [oracle@vrh1 admin]$ sqlplus / as sysdba
- SQL*Plus: Release 11.2.0.3.0 Production on Mon Jan 9 00:44:01 2012
- Copyright (c) 1982, 2011, Oracle. All rights reserved.
- Connected to:
- Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
- With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
- Data Mining and Real Application Testing options
复制代码 注意 是 NLS_LANG=AMERICAN_AMERICA.UTF8 而非NLS_LANG=AMERICAN_AMERICA.UTF-8 |
|