kods.net » oracle 10g,oracle home,enterprise manager » Oracle EM to solve garbage problem

Oracle EM to solve garbage problem

Oracle EM to solve garbage problem

Oracle 10g provides a Web-based management tool EM (Enterprise Manager), more convenient to use. However, if you are using a Chinese Linux environment, and when installing Oracle, together with the Simplified Chinese language does not, then landing, we may find the Chinese are similar to the button "□ □" garbled words. The following is the solution to such problems.
This method is suitable for red flags such as the operating system environment Asianux 2.0,3.0.

First, failure to open when http://ip:1158/em, see the following display, which is part of Chinese characters garbled:

Oracle EM to solve garbage problem

Second, problem-solving
1, to change the $ ORACLE_HOME / jdk's jre directory of the default font

# Su - oracle
$ Cd $ ORACLE_HOME / jdk / jre / lib /
$ Ls font * zh_CN *

Which, font.properties is the default font to use. Can also see font.properties.zh_CN.Redhat and other fonts.

$ Cp font.properties font.properties.bak
$ Cp font.properties.zh_CN.Redhat font.properties

2, to change the $ ORACLE_HOME / jre default font under the same method used above to operate.

$ Cd $ ORACLE_HOME/jre/1.4.2/lib /
$ Ls font * zh_CN *
$ Cp font.properties font.properties.bak
$ Cp font.properties.zh_CN.Redhat font.properties

3, delete the gif file Cache
em will be used inside these pictures:

$ Cd $ ORACLE_HOME/oc4j/j2ee/oc4j_applications / \
applications / em / em / cabo / images / cache / zhs /
$ Ls *. gif
$ Rm *. gif

※ Do not pay attention to the wrong directory, modify the environment of the Chinese.

4, restart the EM services

$ Emctl stop dbconsole
$ Emctl start dbconsole

EM entered to see whether the Chinese had been resolved.

New open interface is as follows:



This article comes from CSDN blog, reprint, please indicate the source: http://blog.csdn.net/yangsong158/archive/2009/06/02/4236826.aspx
Digg Technorati StumbleUpon Mixx del.icio.us Reddit BlinkList Furl YahooMyWeb

Tags: oracle 10g, oracle home, enterprise manager, oracle cd, jre directory, garbage problem, web based management, font properties, first failure, chinese linux, open interface, red flags, linux environment, default font, gif file, system environment, chinese language, chinese characters, zh, management tool

Permalink: http://www.kods.netwww.kods.net/oracle-em-to-solve-garbage-problem/

Leave a reply