Where configure "character set"?

alex_amm

Member
Hi, I have a problem to show special characters (áéíóúñ)
this is from suport info:

Character Sets
Character size: 1 byte(s)
CharSetID: 31
NCharSetID: 2000
Unicode Support: True
NLS_LANG:
NLS_NCHAR_CHARACTERSET: AL16UTF16
NLS_CHARACTERSET: WE8ISO8859P1

The section NLS_LANG is not set, i need to set that option. Do you have any idea how to solve this?
 
You can go to Preferences > Oracle > Connection, and add an NLS_LANG variable to the "Oracle Environment Variables" list. Both the NLS_LANG name and the value can be picked from a list. You need to restart PL/SQL Developer before this change is effective.
 
Back
Top