In Oracle em, button garbled characters often occur in actual applications, causing a lot of inconvenience in actual operation, the following article describes the actual solution for garbled buttons in Oracle em. The following describes the specific content. Hope you have some gains.
Solution to garbled buttons in Oracle em:
1. Modify the font of jdk.
- [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. Modify the font below the jre
- [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. Clear em cache
- [Oracle@rac2 lib]$ cd $Oracle_HOME/oc4j/j2ee/oc4j_applications/
applications/em/em/cabo/images/cache/zhs
- [Oracle@rac2 zhs]$ rm *.gif
4. Restart Oracle em
- [Oracle@rac2 zhs]$ emctl stop dbconsole
- [Oracle@rac2 zhs]$ emctl start dbconsole
Change em webpage to English
1. Open your IE browser, select Tools> Internet Options> General, and select language. By default, only Chinese characters are supported. Select Add ", add "English (U.S.)", adjust the order, and move "English (U.S.)" to the top.
2. OK. Start em:
- $emctl start dbconsole
The above content is an introduction to the actual solution for garbled buttons in Oracle em. I hope you will find some gains.