Question
When I tried to write in another language on Oracle connector, the characters were garbled.
How can I deal with this problem?
Answer
Please check the setting of "NLS_CHARACTERSET" because there was a case that the garbled characters were resolved by changing the setting of "NLS_CHARACTERSET" on the Oracle side.
In past cases, garbled characters occurred when inserting Hangul characters into NCHAR/NVARCHAR2 type items, but by specifying "AL32UTF8" for "NLS_CHARACTERSET" on the Oracle side, it was possible to avoid the occurrence of garbled characters.
Comments
0 comments
Article is closed for comments.