操作系统:linux 5.3
没有安装相关的中文字体,那么可以通过以下网站,下载:zysong.ttf
并放在: /usr/share/fonts/zh_CN/TrueType/zysong.ttf 目录底下。
1、先关闭 oracle EM
#su - oracle
$emctl stop dbconsole
2、修改java 目录下的 字符集
$cd $ORACLE_HOME/jdk/jre/lib
$ls font*zh_CN*
font.properties.zh_CN.Redhat font.properties.zh_CN.Redhat2.1
font.properties.zh_CN.Sun font.properties.zh_CN_UTF8.Sun
$ cp font.properties.zh_CN.Redhat font.properties
$cd $ORACLE_HOME/jre/1.4.2/lib/
$ ls font*zh_CN*
font.properties.zh_CN.Redhat font.properties.zh_CN.Redhat2.1
font.properties.zh_CN.Sun font.properties.zh_CN_UTF8.Sun
$cp font.properties.zh_CN.Redhat font.properties
3、清除Cache,路径通常位于
$cd $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs
$rm -rf *.gif
4、启动 EM
$emctl start dbconsole
5、异常处理。发现EM 页面还是显示乱码怎么办
查看 font.properties 文件,看看里面设置的 字体文件是否在文件系统中有存在。
$cd $ORACLE_HOME/jdk/jre/lib
$vi font.properties
............看最后几行
fontset.default=\
-b&h-luxi sans-medium-r-normal--*-%d-*-*-p-*-iso8859-1,\
-isas-song ti-medium-r-normal--*-%d-*-*-c-*-gb2312.1980-0
filename.-misc-zysong18030-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/zh_CN/TrueType/zysong.ttf
$ls -l /usr/share/fonts/zh_CN/TrueType/zysong.ttf (如果该文件不存在,那么就按上面的网址下载,并放到该目录底下)
同理另外一个也一样:
$cd $ORACLE_HOME/jre/1.4.2/lib/
$vi font.properties
............看最后几行
fontset.default=\
-b&h-luxi sans-medium-r-normal--*-%d-*-*-p-*-iso8859-1,\
-isas-song ti-medium-r-normal--*-%d-*-*-c-*-gb2312.1980-0
filename.-misc-zysong18030-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/zh_CN/TrueType/zysong.ttf
现在重启一下 EM 看看是不是已经正常显示了!
--------恭喜你大功告成---------
阅读(743) | 评论(0) | 转发(0) |