I use pl sql allround 11 and more info: https://www.allroundautomations.com/plsqldev.html
I try execute command:
select 'Mật khẩu cũ không đúng' from dual;
The editor pl sql allround 11 grid was shown:
M���t kh���u c�� kh��ng ����ng
Correct Toad editor was shown:
Mật khẩu cũ không đúng
and I compile procedure and function return nvarchar2, same result!!!
please help me configure editor!
Thanks for any suggestion
I have a correct answer!
After compare session connection info toad and plsql allround 11 by command:
, I see client_charset on plsql is "US7ASCII", Toad is "UTF16"
because I using client oci library that not set NSL_LANG correct to AMERICAN_AMERICA.AL32UTF8.