oracle notes
emctl start dbconsole
emctl stop dbconsole
emctl status dbconsole
Oracle10g EM garbled the quick fixes
Show only English.
To the IE select "Tools "==>" "==>" internet options to add "==>" English language "==>"" ==> and then moved up in English.
http://www.eygle.com/archives/2006/03/oracle10g_em_font_change.html
Had not been how to use 10g of EM tools, take a look at today's open and found that there are the garbled word problem for a long time. Online spread the N kinds of solutions, look carefully, in fact, this problem solved.
If the installation, our system environment variable is the Chinese environment, then there would not have this problem. The root causes of this problem is to install, JDK / JRE character set automatically.
In the $ ORACLE_HOME / jdk / jre / lib and $ ORACLE_HOME / jre / 1.4.2 / lib / directory will have a variety of character sets the font configuration file:
[oracle@danaly ~]$ cd $ORACLE_HOME/jdk/jre/lib [oracle@danaly lib]$ cd $ORACLE_HOME/jre/1.4.2/lib/ |
As long as we use the appropriate file to replace the Chinese character set to the default file, I choose to use to replace the default font font.properties.zh_CN.Redhat definition files:
[oracle@danaly lib]$ cp font.properties.zh_CN.Redhat font.properties |
Need to be cleaned up after you replace the Cache, you can restart EM.
Cache is usually located in the path:
$ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs |
Gif files you can remove all. And then restart the EM:
[oracle@danaly zhs]$ emctl stop dbconsole |
Now landing Web page, EM display can display Chinese.
Note: If, after more than deal with the Chinese still can not display correctly, please refer to the following description:
Open just a good replacement font.properties, or view the original Chinese text documents:
[oracle @ smsdbrac1 lib] $ tail -2 font.properties.zh_CN.Redhat
filename.-misc-zysong18030-medium-r-normal--*-% d-*-*- c-*- iso10646-1 = / usr / share / fonts / zh_CN / TrueType / zysong.ttf
Includes attention to the Chinese font file filename, make sure that the file in your server if there is, if does not exist, there is a change of a font file to the Chinese, but also can download and install a new font file:
[oracle @ smsdbrac1 lib] $ ls-al / usr / share / fonts / zh_CN / TrueType / zysong.ttf
-rw-r - r - 1 root root 9249332 Mar 29 2002 / usr / share / fonts / zh_CN / TrueType / zysong.ttf
Starter Edition
oracle em in garbled button
2009-06-12 06:53
oracle em in garbled button solution:
1. Jdk modify the fonts below.
[oracle @ rac2 db_1] $ cd $ ORACLE_HOME / jdk / jre / lib /
[oracle @ rac2 lib] $ mv font.properties font.properties_bak
[oracle @ rac2 lib] $ cp font.properties.zh_CN.Redhat font.properties
2. Jre to amend the following fonts
[oracle @ rac2 lib] $ cd $ ORACLE_HOME/jre/1.4.2/lib
[oracle @ rac2 lib] $ mv font.properties font.properties_bak
[oracle @ rac2 lib] $ cp font.properties.zh_CN.Redhat font.properties
3. The cache to clear em
[oracle @ rac2 lib] $ cd $ ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs
[oracle @ rac2 zhs] $ rm *. gif
4. Restart em
[oracle @ rac2 zhs] $ emctl stop dbconsole
[oracle @ rac2 zhs] $ emctl start dbconsole
In addition, the need to pay attention to the last line of the set font.properties font file, if there is no need to specify the font file already exists, but also pay attention to font file must have the authority to operate
Such as:
[oracle @ localhost lib] $ tail-n 3 font.properties
filename.-misc-zysong18030-medium-r-normal--*-% d-*-*- c-*- iso10646-1 = / usr / share / fonts / chinese / TrueType / uming.ttf
Related Posts of oracle notes
-
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 ...
-
three listener configuration file
Oracle on the principal to explain the three listener configuration file. Document: three listener configuration file. rar Size: 3KB Download: Download
-
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 ...













Leave a Reply