Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Script output character set

Jose ArósteguiJul 2 2020 — edited Jul 2 2020

Hi experts,

I'm using SQL Developer 18.4.0.376, my Windows locale is Spain (es) and I've modified file ".\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf" to add this line so the language displayed is english:

AddVMOption -Duser.language=en

I have an export file of an Apex application (UTF8) with this text (with an spanish accent):

pastedImage_9.png

When I run it in SQL Developer I get this, in the Script Output window:

pastedImage_0.png

And the installed Apex application also has the wrong displayed character.

pastedImage_1.png

I've tried several combinations of NLS_LANG environment variable (and after restart SQL Dev) without success.

What am I doing wrong?

Thanks,

Jose.

This post has been answered by Glen Conway on Jul 2 2020
Jump to Answer
Comments
Post Details
Added on Jul 2 2020
2 comments
958 views