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:
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
Related Posts of Oracle EM to solve garbage problem
-
LISTENER and EZCONNECT
listener =========================== Listener should be noted that there are two methods Register: Dynamic and Static Registration Registration Registration <br /> dynamic, that is, when the listener configuration, Do not need to configure stat ...
-
ORACLE10G full version centos5 installed (the installation has passed)
ORACLE10G full version centos5 installed (the installation has passed) 1. Centos 5.0 install rn GUI must be installed, it is best not to start selinux rn rn rn 2. . Ready to install the software: (this is very important, is the first installation fai ...
-
SGA extended the principle of 32bit oracle
SGA extended the principle of 32bit oracle From: http://www.itpub.net/247048.html Because the median 32bitrnoracle restrictions can only visit the oracle process 4g (2 of 32 power) following virtual memory address, the time at a lot of people this is ...
-
RMAN created physical standby
Monitor in the standby host to create the necessary directory structure and parameter files. Hot COPY after the main library to the standby, and on standby to restore. +++++++++++++++++++++++++++++ Standby ++++++++++++++++++++++++++++++++++++++++++++ ...
-
Oracle 10 client under linux installation instructions at
Oracle 10 client under linux installation instructions at 1. Preparation conditions: Environment: linux red linux5 64 bit and have the following rpm package to ensure that the installation binutils-2.15.92.0.2-10.EL4 compat-db - 4.1.25 -9 control-center-2
-
Oracle XDB relax resolve port conflict of 8080
In this paper, carried: http://www.enet.com.cn/article/2008/0306/A20080306175452.shtml Oracle 9i from the start, Oracle includes the installation of the default XDB. After starting the database, Oracle XDB's http service will automatically take u ...
-
AX3.0 + Oracle 10G RAC installation
During these two days, you installed RAC, in a virtual machine inside, with a full day, there have been some questions on his way. Now have their own solution. In fact, it is loaded, it is easy, as long as planned, carefully point on OK, the trouble ...
-
ORACLE 10G dataguard configuration Step by Step
oracle dataguard













Leave a Reply