sqlplus 顯示問號,解決辦法

longqidong發表於2012-08-02
linux下面是用sqlplus運算元據庫,出現問號:
[oracle@rac2 ~]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Thu Aug 2 09:19:56 2012

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


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

解決辦法:
SQL> show parameter nls_la

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
nls_language                         string      SIMPLIFIED CHINESE

然後修改環境變數:NLS_LANG
[oracle@rac2 ~]$ export NLS_LANG=american_america.zhs16gbk
如果要使之永久生效,可以新增這個變數到oracle 使用者環境 .bash_profile中。

問題解決



來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22418990/viewspace-739587/,如需轉載,請註明出處,否則將追究法律責任。

相關文章