1.修改jdk下面的字体。
[oracle@dbp ~]$ cd $ORACLE_HOME/jdk/jre/lib/
[oracle@dbp lib]$ cp font.properties.zh_CN.Redhat font.properties
2.修改jre下面的字体。
[oracle@dbp lib]$ cd $ORACLE_HOME/jre/1.4.2/lib/
[oracle@dbp lib]$ cp font.properties.zh_CN.Redhat font.properties
3.查看font.properties文件最后两行,发现zysong.ttf文件并不存在。
[oracle@dbp lib]$ tail -n 2 font.properties
filename.-misc-zysong18030-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/zh_CN/TrueType/zysong.ttf
解决:去下载zysong.ttf文件放在/usr/share/fonts/zh_CN/TrueType/目录下。
4.清除字体cache
[oracle@dbp database]$ cd $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs/
[oracle@dbp zhs]$ rm -rf *.gif
5.重启em
[oracle@dbp lib]$ emctl stop dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://dbp.uplooking.com:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
... Stopped.
[oracle@dbp zhs]$ emctl start dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://dbp.uplooking.com:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control .................................
started.
------------------------------------------------------------------
Logs are generated in directory /oracle/product/database/dbp_timdbp1/sysman/log
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10685580/viewspace-1046252/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10685580/viewspace-1046252/