oracle EM garbage problem-solving
Related to the Chinese fonts are not installed, you can through the following Web site to download: zysong.ttf
http://d.download.csdn.net/down/708711/dongliwei122
And placed in: / usr / share / fonts / zh_CN / TrueType / zysong.ttf directory under.
1, first turn off oracle EM
# su - oracle
$ emctl stop dbconsole
2, modify the java directory of the character set
$ cd $ ORACLE_HOME / jdk / jre / lib
$ ls font * zh_CN *
font.properties.zh_CN.Redhat font.properties.zh_CN.Redhat2.1
font.properties.zh_CN.Sun font.properties.zh_CN_UTF8.Sun
$ Cp font.properties.zh_CN.Redhat font.properties
$ cd $ ORACLE_HOME/jre/1.4.2/lib /
$ Ls font * zh_CN *
font.properties.zh_CN.Redhat font.properties.zh_CN.Redhat2.1
font.properties.zh_CN.Sun font.properties.zh_CN_UTF8.Sun
$ cp font.properties.zh_CN.Redhat font.properties
3, clear the Cache, the path is usually located in
$ cd $ ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs
$ rm-rf *. gif
4, start EM
$ emctl start dbconsole
5, exception handling. EM was found how to do the pages of garbled
View font.properties file to see if they contain a font file is in the file system to exist.
$ cd $ ORACLE_HOME / jdk / jre / lib
$ vi font.properties
............ Look at the last lines
fontset.default = \
-b & h-luxi sans-medium-r-normal - *-% d-*-*- p-*- iso8859-1, \
-isas-song ti-medium-r-normal - *-% d-*-*- c-*- gb2312.1980-0
filename.-misc-zysong18030-medium-r-normal--*-% d-*-*- c-*- iso10646-1 = / usr / share / fonts / zh_CN / TrueType / zysong.ttf
$ ls-l / usr / share / fonts / zh_CN / TrueType / zysong.ttf (if the file does not exist, then downloaded from the website according to the above, and placed under the directory)
Similarly other one is just the same:
$ cd $ ORACLE_HOME/jre/1.4.2/lib /
$ vi font.properties
............ Look at the last lines
fontset.default = \
-b & h-luxi sans-medium-r-normal - *-% d-*-*- p-*- iso8859-1, \
-isas-song ti-medium-r-normal - *-% d-*-*- c-*- gb2312.1980-0
filename.-misc-zysong18030-medium-r-normal--*-% d-*-*- c-*- iso10646-1 = / usr / share / fonts / zh_CN / TrueType / zysong.ttf
Now restart what had been a normal EM see if it is shown!
Congratulations, you're done --------- --------
Related Posts of oracle EM garbage problem-solving
-
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 ...
-
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 ...
-
High Availability Oracle Flashback
Brief introduction Flashback Database is a point in time (PIT) restore the database approach. This incomplete recovery strategy can be used to restore the logic because of human error cause damage to the database. At the introduction of 10g, it is de ...
-
An example of the use of TKPROF
First, view and edit parameters SQL> show parameter max_dump_file_size NAME TYPE VALUE ------------------------------------ ----------- --- --------------------------- max_dump_file_size string UNLIMITED SQL> show parameter user_dump_dest NAME TYPE
-
Diagnosis and principles of order
SQL> select disk.value "Disk", mem.value "Mem", 2 (disk.value / mem.value) * 100 "Ratio" 3 from v $ sysstat mem, v $ sysstat disk 4 where mem.name = 'sorts (memory)' 5 and disk.name = 'sorts (disk)'; D ...
-
ORACLE 10G dataguard configuration Step by Step
oracle dataguard













Leave a Reply