Getting junk character (e.x:- ??123124234) for SQL loader
Hi ,
I have already tried
replace , trim ,rtrim ,ltrim ,"TRIM(REPLACE(:vendor_Code,CHR (13),''))" and "TRIM(REPLACE(:vendor_code,CHR (10),''))" . But i am getting input in my table as
??123432455
This is a sql loader issue . Please suggest what else i can try for avoid this issue .
thanks
ANSH