Sql loader issue
700833Jul 27 2009 — edited Aug 20 2009Hi,
I am trying to populate a table in Oracle XE 10.2.0 db using sqlldr. The data comes from an access db. I created a comma delimited text file for the data in access. One column in access has carriage returns within its data, so in the text file this column ends up spanning multiple lines.
When control file reads this text file, the fields are considered bad data and discarded. How do I avoid this?
Thanks.