在安裝時系統環境變量設置為中文環境就不會出現這個問題了出現這個問題的原因在於安裝時JDK/JRE字符集的自動選擇
在 $ORACLE_HOME/jdk/jre/lib 和 $ORACLE_HOME/jre//lib/ 目錄下都有多種字符集字體配置文件
[oracle@danaly ~]$ cd $ORACLE_HOME/jdk/jre
/lib[oracle@danaly lib]$ ls font*zh_CN*font
propertieszh_CNRedhat fontproperties
zh_CNRedhat fontproperties
zh_CNSun fontpropertieszh_CN_UTFSun
[oracle@danaly lib]$ cd $ORACLE_HOME/jre
//lib/[oracle@danaly lib]$ ls
font*zh_CN*fontpropertieszh_CNRedhat
fontpropertieszh_CNRedhat
fontpropertieszh_CNSun fontproperties
zh_CN_UTFSun
我們只要用合適的中文字符集文件替換缺省文件即可我選擇使用fontpropertieszh_CNRedhat來替換缺省字體定義文件
[oracle@danaly lib]$ cp fontproperties
zh_CNRedhat fontproperties
替換之後需要清理一下Cache重啟EM即可
Cache路徑通常位於
$ORACLE_HOME/ocj/jee/ocj_applications
/applications/em/em/cabo/images/cache/zhs
清除所有gif文件即可然後重新啟動EM
[oracle@danaly zhs]$ emctl stop dbconsoleTZ
set to PRCOracle Enterprise Manager g Database
Control Release Copyright (c)
Oracle Corporation All rights
reservede
Enterprise Manager g Database Control
Stopped [oracle@danaly zhs]$ emctl
start dbconsoleTZ set to PRCOracle Enterprise
Manager g Database Control Release
Copyright (c) Oracle Corporation
All rights reservede
Enterprise Manager g Database Control
started
Logs are generated in directory /opt
/oracle/product//danaly
_danaly/sysman/log
此時登陸到Web頁面EM就會顯示中文了
From:http://tw.wingwit.com/Article/program/Oracle/201311/16533.html