Home > Operation and Maintenance > Linux Operation and Maintenance > Oracle garbled problem in linux environment

Oracle garbled problem in linux environment

王林
Release: 2019-11-05 10:12:00
Original
2450 people have browsed it

Oracle garbled problem in linux environment

1. Directly modify the environment variables

Oracle garbled problem in linux environment

Addexport NLS_LANG=AMERICAN_AMERICA.ZHS16GBK

2. Execute the command to make the environment variable take effect

 source .bash_profile
Copy after login

3. Check whether the character set has taken effect

Oracle garbled problem in linux environment

4. Execute the command again and see Is it still garbled? Solve the problem

Oracle garbled problem in linux environment

Recommended tutorial: linux tutorial

The above is the detailed content of Oracle garbled problem in linux environment. For more information, please follow other related articles on the PHP Chinese website!

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