Home  >  Article  >  Database  >  SUSE下安装Oracle10g时EM乱码处理

SUSE下安装Oracle10g时EM乱码处理

WBOY
WBOYOriginal
2016-06-07 15:27:121061browse

在suse 9 中安装oracle10的时候,遇到em按钮乱码的问题,上网翻了很多帖子,大多都是centos或者rh中的处理方法,一般的说法都是需要进行以下动作: 1.先停止EM emctl stop dbconsole 2.分别进入以下2个路径 2.1 $ORACLE_HOME/jdk/jre/lib 2.2 $ORACLE_HOME/jr

在suse 9 中安装oracle10的时候,遇到em按钮乱码的问题,上网翻了很多帖子,大多都是centos或者rh中的处理方法,一般的说法都是需要进行以下动作:
1.先停止EM emctl stop dbconsole
2.分别进入以下2个路径
    2.1 $ORACLE_HOME/jdk/jre/lib 
    2.2 $ORACLE_HOME/jre/1.4.2/lib
    将其中的font.properties.zh_CN.Redhat8 覆盖为font.properties
3.进入OEM的图示路径,清除之前的档案
cd $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zht
rm *.gif rm *.imx
4.启动OEM emctl start dbconsole

  但是在suse下还需要注意font.properties最后一行的设置字体文件,如果不存在需要指定已经存在的字体文件,还要注意字体文件必须有操作的权限,下面是我的suse9的设置:
filename.-misc-zysong18030-medium-r-normal--*-%d-*-*-c -*-iso10646-1=/usr/X11R6/lib/X11/fonts/truetype

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn