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

Chinese garbled characters appear when installing oracle under centos

王林
Release: 2020-03-27 10:53:36
Original
3056 people have browsed it

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"
Copy after login

(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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template