swvip 发表于 2013-2-7 11:05:58

oracle 10g OEM界面按钮乱码解决办法

$ cd $ORACLE_HOME/jdk/jre/lib$ lsaudio                               font.properties.ko_KR.Sun         font.properties.zh_TW_UTF8.Sun2003charsets.jar                        font.properties.ko_KR_UTF8.Sun      fontscmm                                 font.properties.ko_KR_UTF8.Sun2003i386content-types.properties            font.properties.ko.Redhat         imext                                 font.properties.ko.Redhat2.1      imagesflavormap.properties                font.properties.Redhat6.1         jce.jarfont.properties                     font.properties.Redhat8.0         jsse.jarfont.properties.ja                  font.properties.SuSE8.0             jvm.hprof.txtfont.properties.ja_JP.Sun         font.properties.zh_CN.Redhat      jvm.jcov.txtfont.properties.ja_JP.Sun2003       font.properties.zh_CN.Redhat2.1   localefont.properties.ja_JP_UTF8.Sun      font.properties.zh_CN.Sun         logging.propertiesfont.properties.ja_JP_UTF8.Sun2003font.properties.zh_CN_UTF8.Sun      plugin.jarfont.properties.ja.Redhat3          font.properties.zh_HK.Sun         psfontj2d.propertiesfont.properties.ja.Redhat6.1      font.properties.zh_HK_UTF8.Sun      psfont.properties.jafont.properties.ja.Redhat6.2      font.properties.zh_HK_UTF8.Sun2003rt.jarfont.properties.ja.Redhat7.2      font.properties.zh.Turbo            securityfont.properties.ja.Redhat7.3      font.properties.zh_TW.Redhat      sunrsasign.jarfont.properties.ja.Redhat8.0      font.properties.zh_TW.Redhat2.1   zifont.properties.ja.Turbo            font.properties.zh_TW.Sunfont.properties.ja.Turbo6.0         font.properties.zh_TW_UTF8.Sun$ cp font.properties font.properties.bak$ rm -rf font.properties$ cp font.properties.zh_CN.Redhat font.properties$ cd $ORACLE_HOME/jre/1.4.2/lib/$ lsaudio                               font.properties.ko_KR.Sun         font.properties.zh_TW_UTF8.Sun2003charsets.jar                        font.properties.ko_KR_UTF8.Sun      fontscmm                                 font.properties.ko_KR_UTF8.Sun2003i386content-types.properties            font.properties.ko.Redhat         imext                                 font.properties.ko.Redhat2.1      imagesflavormap.properties                font.properties.Redhat6.1         jce.jarfont.properties                     font.properties.Redhat8.0         jsse.jarfont.properties.ja                  font.properties.SuSE8.0             jvm.hprof.txtfont.properties.ja_JP.Sun         font.properties.zh_CN.Redhat      jvm.jcov.txtfont.properties.ja_JP.Sun2003       font.properties.zh_CN.Redhat2.1   localefont.properties.ja_JP_UTF8.Sun      font.properties.zh_CN.Sun         logging.propertiesfont.properties.ja_JP_UTF8.Sun2003font.properties.zh_CN_UTF8.Sun      plugin.jarfont.properties.ja.Redhat3          font.properties.zh_HK.Sun         psfontj2d.propertiesfont.properties.ja.Redhat6.1      font.properties.zh_HK_UTF8.Sun      psfont.properties.jafont.properties.ja.Redhat6.2      font.properties.zh_HK_UTF8.Sun2003rt.jarfont.properties.ja.Redhat7.2      font.properties.zh.Turbo            securityfont.properties.ja.Redhat7.3      font.properties.zh_TW.Redhat      sunrsasign.jarfont.properties.ja.Redhat8.0      font.properties.zh_TW.Redhat2.1   zifont.properties.ja.Turbo            font.properties.zh_TW.Sunfont.properties.ja.Turbo6.0         font.properties.zh_TW_UTF8.Sun$ mv font.properties font.properties.bak$ cp font.properties.zh_CN.Redhat font.properties$ cd $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs$ lsb-70.gifb-70.imxb-7c2d.gifb-7c2d.imxb-f81cbf.gifb-f81cbf.imxb-f8.gifb-f8.imxtb-0.giftb-0.imx$ rm -rf *$ ls$ comctl stop dbconsole-bash: comctl: command not found$ emctl stop dbconsoleTZ set to PRCOracle Enterprise Manager 10g Database Control Release 10.2.0.1.0Copyright (c) 1996, 2005 Oracle Corporation.All rights reserved.http://node2.domain:1158/em/console/aboutApplicationStopping Oracle Enterprise Manager 10g Database Control ......Stopped. $ emctl start dbconsoleTZ set to PRCOracle Enterprise Manager 10g Database Control Release 10.2.0.1.0Copyright (c) 1996, 2005 Oracle Corporation.All rights reserved.http://node2.domain:1158/em/console/aboutApplicationStarting Oracle Enterprise Manager 10g Database Control ................ 在 $ORACLE_HOME/jdk/jre/lib 和 $ORACLE_HOME/jre/1.4.2/lib/ 目录下都有多种字符集字体配置文件,将中文字符集替换成默认的font.properties
然后清理一下cache,cache所在的目录$ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs
删除该目录下所有的gif文件,重新启动OEM即可
页: [1]
查看完整版本: oracle 10g OEM界面按钮乱码解决办法