灌溉梦想,记录脚步
« »
2009年12月1日技术合集

oracle 10g 乱码解决

操作系统:Red Hat Enterprise Linux AS release 4
语言安装的为英文,安装完数据库后,通过企业管理器登陆,点击的按钮显示乱码。

1,重新安装中文支持
[root@tonykorn97 ~]# rpm -ivh ttfonts-zh_CN-2.14-6.noarch.rpm
warning: ttfonts-zh_CN-2.14-6.noarch.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing… ########################################### [100%]
1:ttfonts-zh_CN ########################################### [100%]
[root@tonykorn97 ~]#
2,安装如下步骤操作:
企业管理器已经关闭了
[root@tonykorn97 ~]# su – oracle
[oracle@tonykorn97 ~]$ cd $ORACLE_HOME/jdk/jre/lib
[oracle@tonykorn97 lib]$ ls -al font*zh_CN*
-rwxr-xr-x 1 oracle oinstall 6854 Apr 20 2005 font.properties.zh_CN.Redhat
-rwxr-xr-x 1 oracle oinstall 7410 Apr 20 2005 font.properties.zh_CN.Redhat2.1
-rwxr-xr-x 1 oracle oinstall 6845 Apr 20 2005 font.properties.zh_CN.Sun
-rwxr-xr-x 1 oracle oinstall 7137 Apr 20 2005 font.properties.zh_CN_UTF8.Sun
[oracle@tonykorn97 lib]$ cp font.properties.zh_CN.Redhat font.properties
[oracle@tonykorn97 lib]$ cd $ORACLE_HOME/jre/1.4.2/lib/
[oracle@tonykorn97 lib]$ ls -al font*.zh_CN*
-rwxr-xr-x 1 oracle oinstall 6854 Apr 6 2005 font.properties.zh_CN.Redhat
-rwxr-xr-x 1 oracle oinstall 7410 Apr 6 2005 font.properties.zh_CN.Redhat2.1
-rwxr-xr-x 1 oracle oinstall 6845 Apr 6 2005 font.properties.zh_CN.Sun
-rwxr-xr-x 1 oracle oinstall 7137 Apr 6 2005 font.properties.zh_CN_UTF8.Sun
[oracle@tonykorn97 lib]$ cp font.properties.zh_CN.Redhat font.properties
[oracle@tonykorn97 lib]$ cd $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs
[oracle@tonykorn97 zhs]$ rm -rf *.gif
[oracle@tonykorn97 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://tonykorn97:1158/em/console/aboutApplication
Starting oracle Enterprise Manager 10g Database Control …….. started.
——————————————————————
Logs are generated in directory /oracle/app/oracle/product/10.2.0/Database/tonykorn97_szrrlcw/sysman/log
[oracle@tonykorn97 zhs]$
参考:
http://www.eygle.com/archives/2006/03/oracle10g_em_font_change.html
我当时操作的时候如果是先覆盖font.properties文件,然后关闭em,再启动em。好像不行。不知道是不是当时操作的问题。
当时先安装了中文字体,然后发现了eygle的文章,最后发现应该是不需要安装中文字体的。
后来发现如果不安装中文字体的时候,显示还是不正常,重新安装中文字体后重新操作正常。应该是需要安装中文字体的。

日志信息 »

该日志于2009-12-01 17:57由 kevin 发表在技术合集分类下, 你可以发表评论。除了可以将这个日志以保留源地址及作者的情况下引用到你的网站或博客,还可以通过RSS 2.0订阅这个日志的所有评论。

发表回复