After installing Oracle, login em and isqlplus found the keys in Chinese are squares, here are the solutions.
Online Check the next, may be font.properties in the font system does not exist, so display garbled, replace this file can be. There are two places to replace.
CD $ORACLE _home/jdk/jre/lib
CP Font.properties Font.properties.bak
CP Font.properties.zh_CN. Redhat font.properties
CD $ORACLE _home/jre/1.4.2/lib/
CP Font.properties Font.properties.bak
CP Font.properties.zh_CN. Redhat font.properties
Vim Font.properties
Locate filename, identifying the path to the font file:
Filename.-misc-zysong18030-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/zh_cn/truetype/zysong.ttf
To see if the system has Chinese font files:
cd/usr/share/fonts/
Whether there is a zh_cn/truetype directory, created without it.
Copy a XXFarEastFont-Arial font file from Windows to the/usr/share/fonts/zh_cn/truetype directory and rename it to Zysong.ttf.
Set permissions at the same time:
chmod 755 Zysong.ttf
Empty cache:
RM-RF $ORACLE _home/oc4j/j2ee/oc4j_applications/applications/em/em/cabo/images/cache/zhs/*
RM-RF $ORACLE _home/oc4j/j2ee/oc4j_applications/applications/isqlplus/isqlplus/cabo/images/cache/zhs/*
Reboot em and Isqlplus:
Emctl Stop Dbconsole
Emctl Start Dbconsole
Isqlplusctl stop
Isqlplusctl start