Modify oracle character set under linux to solve Chinese garbled code

  
 

SQL> alter database character set INTERNAL_USE ZHS16GBK;

Restart the database

If the Chinese has been inserted before, the query is found to be garbled after the modification, and it is displayed by ” Solve

So remember to modify the character set when installing the database to avoid the embarrassing problems that appear later

Copyright © Windows knowledge All Rights Reserved