2011年(2)
分类: Oracle
2011-12-28 11:13:17
//备份font.properties文件
bash-3.00$ cp font.properties font.properties.bak
//查看目前服务器端安装的font.properties文件
bash-3.00$ ls
applet font.properties.bak font.properties.zh_TW_Big5.5.6
audio font.properties.hi_IN_UTF8.5.9 font.properties.zh_TW_EUC_TW
charsets.jar font.properties.iw font.properties.zh_TW_UTF8
cmm font.properties.ja font.properties.zh_TW_UTF8.5.9
content-types.properties font.properties.ja_JP_UTF8 fonts
ext font.properties.ja_JP_UTF8.5.7 im
flavormap.properties font.properties.ko images
font.properties font.properties.ko.5.6 jce.jar
font.properties.Cp1251 font.properties.ko.5.7 jsse.jar
font.properties.ISO8859_13 font.properties.ko_KR_UTF8 jvm.hprof.txt
font.properties.ISO8859_13.5.7 font.properties.ko_KR_UTF8.5.6 jvm.jcov.txt
font.properties.ISO8859_15 font.properties.ko_KR_UTF8.5.7 locale
font.properties.ISO8859_2 font.properties.th logging.properties
font.properties.ISO8859_4 font.properties.th_UTF8 plugin.jar
font.properties.ISO8859_5 font.properties.zh_CN_UTF8 psfont.properties.ja
font.properties.ISO8859_7 font.properties.zh_CN_UTF8.5.9 psfontj2d.properties
font.properties.ISO8859_9 font.properties.zh_EUC_CN rt.jar
font.properties.KOI8_R font.properties.zh_GB18030 security
font.properties.UTF8 font.properties.zh_GBK sparc
font.properties.UTF8.5.6 font.properties.zh_HK_Big5_HKSCS sparcv9
font.properties.UTF8.5.7 font.properties.zh_HK_UTF8.5.9 sunrsasign.jar
font.properties.ar font.properties.zh_TW_Big5 zi
//使用中文字体属性配置文件font.properties.zh_GBK替代默认的font.properties 文件
cp font.properties.zh_GBK font.properties
//清理下Cache
bash-3.00$ cd $OMS_HOME/j2ee/OC4J_EM/applications/em/em/cabo/images/cache/zhs
bash-3.00$ rm *.gif
//重启动OMS
bash-3.00$ emctl stop oms
Oracle Enterprise Manager 10g Release 5 Grid Control
Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
Oracle Management Server is Down.
bash-3.00$ emctl start oms
Oracle Enterprise Manager 10g Release 5 Grid Control
Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
opmnctl: opmn is already running
Starting HTTP Server ...
Starting Oracle Management Server ...
Checking Oracle Management Server Status ...
Oracle Management Server is Up.
//在windows 7系统IE登陆,乱码消失。