Posted by 'Eli' on July 30, 2001 at 13:28:20 EST:
I am loading data into an oracle 8 data database using sql loader.
Characters with binary values over 128 are converted into incorrect characters.
In SQL Server I was able to fix the problem by telling the bluk insert command not to convert characters, but I am stumped on what to do in oracle.
Any ideas.