Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The solution of Chinese garbled Code in oracle installation Database

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Solution 1:

Install Oracle11g Chinese garbled code under Linux

Install Oracle11g under Linux, and solve the garbled code problem in the installation interface:

Solve the problem that the Chinese word for installation is "mouth".

1. Enter the newly decompressed database/stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles/all.jar

two。 Create a new folder on your desktop named fallback, download Chinese fonts (zysong.ttf) and put them in it.

3. Open all.jar with the archive manager and enter / jdk/jre/lib/fonts/ to drag and drop the fallback folder built on the desktop. The finished directory structure should be / jdk/jre/lib/fonts/fallback/zysong.ttf.

Solution 2:

Set up export LANG=en-US

Solution 3:

Toggle interface

Now the LINUX environment is in English

[root@localhost root] # locale

LANG=en_US.UTF-8

LC_CTYPE= "en_US.UTF-8"

LC_NUMERIC= "en_US.UTF-8"

LC_TIME= "en_US.UTF-8"

LC_COLLATE= "en_US.UTF-8"

LC_MONETARY= "en_US.UTF-8"

LC_MESSAGES= "en_US.UTF-8"

LC_PAPER= "en_US.UTF-8"

LC_NAME= "en_US.UTF-8"

LC_ADDRESS= "en_US.UTF-8"

LC_TELEPHONE= "en_US.UTF-8"

LC_MEASUREMENT= "en_US.UTF-8"

LC_IDENTIFICATION= "en_US.UTF-8"

LC_ALL=

It needs to be modified to:

LANG= "zh_CN.GB2312"

LC_CTYPE= "zh_CN.GB2312"

LC_NUMERIC= "zh_CN.GB2312"

LC_TIME= "zh_CN.GB2312"

LC_COLLATE= "zh_CN.GB2312"

LC_MONETARY= "zh_CN.GB2312"

LC_MESSAGES= "zh_CN.GB2312"

LC_PAPER= "zh_CN.GB2312"

LC_NAME= "zh_CN.GB2312"

LC_ADDRESS= "zh_CN.GB2312"

LC_TELEPHONE= "zh_CN.GB2312"

LC_MEASUREMENT= "zh_CN.GB2312"

LC_IDENTIFICATION= "zh_CN.GB2312"

LC_ALL=

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report