[oracle@zyh ~]$ sqlplus sys/oracle as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 12 14:45:12 2010
Copyright (c) 1982, 2009, Oracle. All rights reserved.
???: (此处出现"?")
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
[oracle@zyh ~]$ export NLS_LANG=AMERICAN_AMERICA.ZHS16GBK (修改NLS_LANG)
[oracle@zyh ~]$ sqlplus sys/oracle as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 12 14:47:42 2010
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to: (此处不是“?”,好了!)
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
阅读(795) | 评论(0) | 转发(0) |