Plsql Developer Error message display garbled problem
Connection environment:Win 7
Database version:Oracle 11g
Simulate an error, check the error prompt to show "????" "Garbled problem, as follows:
Check:
1, V$nls_parameters
In order to display Chinese, nls_language should be Simplified Chinese
2. Enter the registration form to view the language
Find " run "in the " start " menu of the computer, then enter "regedit" in the dialog to open the computer registry. Click HKEY_LOCAL_MACHINE--->software---> ORACLE--->key_oradb11g_home1, locate Nls_lang, See if the value data is:simplified Chinese_china. ZHS16GBK.
3, the environment variable settings under the system
Variable name:Nls_lang
The variable value is set to:simplified Chinese_china. ZHS16GBK
Exit plsql Developer, log back in
Perform a mock error again, and see that the wrong message is displayed in Chinese
*********************************************** declaration ***************************************** *******
original works, from the "Blue Blog" blog, Welcome to reprint, please be sure to indicate the source ( Http://blog.csdn.net/huangyanlong ).
There is an error in the statement, please leave a message, greatly appreciated.
Reminder: Click on the table of contents, more helpful to your view.
*************************************************************************************************** **