Home  >  Article  >  Operation and Maintenance  >  Chinese garbled characters appear when installing oracle under centos

Chinese garbled characters appear when installing oracle under centos

王林
王林Original
2020-03-27 10:53:363015browse

Chinese garbled characters appear when installing oracle under centos

The solution is as follows:

1. Modify the encoding of /etc/sysconfig/i18n to "en_US.UTF-8"

[root@GP-1-S1 database]# vi /etc/sysconfig/i18n
LANG="en_US.UTF-8"

(recommended Tutorial: centos tutorial)

2. In the temporary environment where Oracle is installed, LANG is encoded as "en_US.UTF-8", as follows:

[oracle@GP-1-S1 database]$ export  LANG=en_US.UTF-8
[oracle@GP-1-S1 database]$ ./runInstaller

Related video tutorial recommendations: linux video tutorial

The above is the detailed content of Chinese garbled characters appear when installing oracle under centos. 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