Home  >  Article  >  Operation and Maintenance  >  Garbled interface appears when installing oracle on linux

Garbled interface appears when installing oracle on linux

王林
王林Original
2019-11-06 09:30:423378browse

Garbled interface appears when installing oracle on linux

Method 1: Temporarily specify the language environment

LANG=en_US ./runInstaller

Execute the above command to display the normal English interface, as shown below:

Garbled interface appears when installing oracle on linux

Method 2: Install the Chinese font of the jre font library in Oracle

1. Download the font file

2. Enter database/stage/Components/oracle.jdk/1.6.0.75.0/1/DataFiles/

12c environment, there are filegroup1.jar filegroup2.jar filegroup3.jar filegroup4.jar filegroup5.jar in this folder

In the 11gR2 environment, there is all.jar in this folder

3. Use the archive manager to open filegroup2.jar or all.jar, and then open /jdk/jre/lib/fonts/

(Depending on the oralce version, this is different, and /1.6.0.75.0/ in the above path may also be different)

Directly decompress the fallback file downloaded above Put the folder into the path as shown below:

Garbled interface appears when installing oracle on linux

4. Close the archive manager and execute ./runInstaller again, Chinese will be displayed normally:

Garbled interface appears when installing oracle on linux

Recommended tutorial: linux tutorial

The above is the detailed content of Garbled interface appears when installing oracle on linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn