Home > database >  PL/SQL gibberish, urgent ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
PL/SQL gibberish, urgent ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Time:09-19

1. The error message window garbled
2. The connections garbled
Table 3. The system part of the code
Below is a screenshot:

Can't see a lot of solution on the Internet, can you tell me how to solve, thank you!!!!!!
The following are some of my Settings:
Environment variables:
The parameters in table v $nls_parameters:
Registry:

CodePudding user response:

First check your database character set, select * from nls_database_parameters

CodePudding user response:

1/f, reference to learning turn _ response:
, first check your database character set, select * from nls_database_parameters
to here is American, can you tell me how to modify

CodePudding user response:

By using the following SQL to modify the
The update sys. Props $set value $="SIMPLIFIED CHINESE" where name='NLS_LANGUAGE';
commit;
The update sys. Props $set value $='ZHS16GBK' where name='NLS_CHARACTERSET';
commit;
The update sys. Props $set value $='CHINA' where name='NLS_TERRITORY';
commit;
But still gibberish, consult how to solve, thank you,
Here is the revised data

CodePudding user response:

Your computer is Windows or Linux, the loading system is what character set

CodePudding user response:

refer to 4th floor to learning turn _ response:
your computer is Windows or Linux, the loading system is what character set

Win10 system, the character set below:

CodePudding user response:

refer to 4th floor to learning turn _ response:
your computer is Windows or Linux, the loading system is what character set

With the Oracle 18 c, character set when choice is ZHS16GBK

CodePudding user response:

Should not be said in front of ZHS16GBK system character set. You Windows NLS_LANG value is set to the same database character set

CodePudding user response:

references to learning turn _ 7 floor response:
should not be said in front of ZHS16GBK system character set. You Windows NLS_LANG value is set to the same database character set

This to how Settings, I have set the environment variable

CodePudding user response:

Don't sink, the problem is not yet solve

CodePudding user response:

The ORACLE character set into a ZHS16GBK
  • Related