----------------------------------------------------------
1. su - oracle
-----------------------------------------------------------
2. cd $ORACLE_HOME/jdk/jre/lib
------------------------------------------------------------
3.习惯性的备份下
cp font.properties font.properties.bak
---------------------------------------------------------------
4.查看中文字符集配置文件
ls font*zh_CN*
显示结果如下
font.properties.zh_CN.Redhat font.properties.zh_CN.Sun
font.properties.zh_CN.Redhat2.1 font.properties.zh_CN_UTF8.Sun
------------------------------------------------------------------------
5.用font.properties.zh_CN.Redhat替换font.properties
cp font.properties.zh_CN.Redhat font.properties
----------------------------------------------------------------------------
6.cd $ORACLE_HOME/jre/1.4.2/lib/
-----------------------------------------------------------------------------
7.重复第3-5步
--------------------------------------------------------------------------------
8.清理cache
cd $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs
rm -rf *.gif
-----------------------------------------------------------------------------------------
9.检查redhat是否安装了中文字体
cd $ORACLE_HOME/jdk/jre/lib
more font.properties并查看最后一行(一般情况下是这样)结果如下
filename.-misc-zysong18030-medium-r-normal--*-%d-*-*-c-*-iso10646-1=
/usr/share/fonts/zh_CN/TrueType/zysong.ttf
该路径(/usr/share/fonts/zh_CN/TrueType/zysong.ttf)即是中文字题安装的路径
该路径如果不存在则需要重新安装中文字体
------------------------------------------------------------------------------------------
10.安装中文字体(如果系统没安装)
在redhat安装盘上找到ttfonts-zh_CN-2.14-6.noarch.rpm文件(一般在第三张盘上)考到redhat中
su - root
rpm -ivh ttfonts-zh_CN-2.14-6.noarch.rpm
---------------------------------------------------------------------------------------------
11.现在可以对照下font.properties中文字体所指向的路径即是上一步中文件所安装的路径
ls /usr/share/fonts/zh_CN/TrueType/zysong.ttf可以验证下
---------------------------------------------------------------------------------------------
12.重启em
emctl stop dbconsole
emctl start dbconsole
---------------------------------------------------------------------------------------------
13.再次登录em中文就正常了
阅读(257) | 评论(0) | 转发(0) |