Hi, I'm just facing an odd thing in my sqlldr. when a field terminates by an accented character, then the comma separator doesn't work.
For example I have : titi,toto,éÃ*Ã*é,tata,,lastfield so that
I get in my table : 1"titi" 2"toto" 3"éÃ*Ã*é,tata" 4" " 5"lastfield" 6" "
so two fiels concatenated and then last fields shifted !
Can somebody explain that ?