In the last episode (Oct 04), Peter J. Schoenster said:
> I recently imported a lot of data into Oracle via brute force (insert
> for every line ... I had to use double single quotes '' as opposed to
> \' to get single quotes inserted). Also, I had to use the following
>
> set scan off;
>
> at the top of my brute force insertion so that & would not be
> regarded as a special character. I go that from this page:
The way to load data in Oracle is via the sqlldr command; it can parse
just about any input format you care to throw at it (MySQL's LOAD DATA
INFILE command is loosely based off it).
--
Dan Nelson
dnelson@stripped