中文linux安裝oracle介面亂碼解決方案

來源:互聯網
上載者:User

在linux的中文作業系統下使用xmanager進行oracle進行安裝的時候,可能出現亂碼介面,可以通過以下方法進行解決

1 修改環境屬性  vi /etc/sysconfig/i18n
 
 LANG="en_US.UTF-8"

2 在每次調用圖形介面以前,我們使用export臨時設定LANG(ORACLE 使用者)
        export LANG=en_US.UTF-8

3 在每次調用圖形介面以前,我們使用export臨時設定 LC_CTYPE
        export LC_CTYPE=en_US.iso88591

提示:我們可以使用linux的locale命令查看相關的字元集

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.