熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Oracle >> 正文

oracle字符集問題,登陸sqlplus出現問號

2022-06-13   來源: Oracle 

  在linux下裝了一個oracle g登錄sqlplus 後顯示

  SQL> startup

  ORACLE ???????

  Total System Global Area bytes

  Fixed Size                  bytes

  Variable Size              bytes

  Database Buffers           bytes

  Redo Buffers                bytes

  ????????

  ????????

  然後趕快查看一下NLS

  SQL> show parameter nls_la

  NAME                                 TYPE        VALUE

  

  nls_language                         string      SIMPLIFIED CHINESE

  解決方法:

  退出sqlplus

  在oracle用戶下執行

  export NLS_LANG=american_americazhsgbk

  可以編輯 bash_profile 文件進行永久設置

  vi bash_profile

  NLS_LANG=american_americazhsgbk export NLS_LANG

  再重新登錄sqlplus

  SQL> startup

  ORACLE instance started

  Total System Global Area bytes

  Fixed Size                  bytes

  Variable Size              bytes

  Database Buffers           bytes

  Redo Buffers                bytes

  Database mounted

  Database opened

  SQL>

  Ok搞定


From:http://tw.wingwit.com/Article/program/Oracle/201311/18370.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.