Oracle Globalization - Help [message #111490] |
Wed, 16 March 2005 15:58 |
sridas
Messages: 5 Registered: March 2005
|
Junior Member |
|
|
Using Oracle 9.2, I am trying to insert some Korean Characters into a Varchar2 field, when I extract this data out onto a application it is a bunch of question marks '????' or '¿¿'
I am sure there is no problem with the application and also tried to do some conversions after I get the data from the database. The only possiblility is that while the Korean data is entered into this field it is entered as someother type (Unicode?) Oracle Settings on my Box:
NLS_CHARACTERSET='WE8MSWIN1252'
NLS_NCHAR_CHARACTERSET='AL16UTF16'
Please give me your valuable thoughts on this one.
Do I have to change the NLS_LANG for my oracle session? I came to know that in SQL Server these are handled by a nChar and nVarchar
thanks everyone
das
|
|
|