How to load strings with special characters
dbajugSep 8 2010 — edited Sep 9 2010Hi all,
I'm using sqlldr to load data into my table. Is a 10.2.0.3 Database.
The origin file contents characters like: ñ º ª
This characters are accepted into my database actually but when I load the new data, don't accept these kind of characters and were substitute by �
Now the configuration of my database include:
NLS_NCHAR_CHARACTERSET=AL16UTF16
NLS_CHARACTERSET=AL32UTF8
How can I load the correct data and avoid this kind of substitutions? I need include something in the control file used by sqlldr??
Regards,
dbajug
Edited by: dbajug on 08-sep-2010 7:45