It is found that the oem button is always garbled when Windows is used to access Oracle installed in Linux. The solution is as follows:
It is found that the oem button is always garbled when Windows is used to access Oracle installed in Linux. The solution is as follows:
Problem description
It is found that the oem button is always garbled when Windows is used to access Oracle installed in Linux. The solution is as follows:
OEM introduction and button garbled
Solution
1. temporarily disable oem
[Oracle @ orclasm log] $ emctl stop dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996,200 5 Oracle Corporation. All rights reserved.
: 1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control...
... Stopped.
2. Copy and overwrite Related Files
[Oracle @ orclasm ~] $ Cd $ ORACLE_HOME/jdk/jre/lib
[Oracle @ orclasm lib] $ cp font. properties font. properties.1.bat
[Oracle @ orclasm lib] $ cp font. properties. zh_CN.RedHat font. properties
[Oracle @ orclasm ~] $ Cd $ ORACLE_HOME/jre/1.4.2/lib/
[Oracle @ orclasm lib] $ cp font. properties font. properties.1.bat
[Oracle @ orclasm lib] $ cp font. properties. zh_CN.Redhat font. properties
3. Configure Chinese characters for the oem
If no/usr/share/fonts/zh_CN/TrueType/directory exists, you must manually create
[Root @ orclasm ~] # Cd/usr/share/fonts/
[Root @ orclasm fonts] # mkdir-p zh_CN/TrueType/
Copy the ttf file corresponding to the Windows in Windows to this directory and name it zysong. ttf. Alternatively, you can download zysong. ttf from the Internet.
:
------------------------------------------ Split line ------------------------------------------
Free on
Both the user name and password are
The specific download directory is in/July 6,/July 1,/Windows Access to OEM garbled Solution
For the download method, see
------------------------------------------ Split line ------------------------------------------
[Root @ orclasm TrueType] # mv ~ /Simsun. ttc/usr/share/fonts/zh_CN/TrueType/zysong. ttf
[Root @ orclasm fonts] # cd zh_CN/TrueType/
[Root @ orclasm TrueType] # ls
Zysong. ttf
4. Clear cached images
[Root @ orclasm share] # cd/u01/app/oracle/10.2.0/db_1/Solaris/j2ee/oc4j_applications/applications/em/cabo/images/cache/zhs/
[Root @ orclasm zhs] # mkdir gif_bak
[Root @ orclasm zhs] # mv *. gif gif_bak
[Root @ orclasm zhs] # mkdir imx_bak
[Root @ orclasm zhs] # mv *. imx imx_bak
5. Start oem
[Oracle @ orclasm ~] $ Emctl start dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996,200 5 Oracle Corporation. All rights reserved.
: 1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control.
------------------------------------------------------------------
Logs are generated in directory/u01/app/oracle/10.2.0/db_1/orclasm_orcl/sysman/log
Problem solving, and results