Hi,
I'm using SqlLoader to load data into our Oracle 9i database, and am having problems with
errors. I know what field is causing this, so I applied a substring as so:
but the problem persists. The field is defined as data_length = 2000 in our database.
Thanks - any help *very* appreciated...
Dora
I'm using SqlLoader to load data into our Oracle 9i database, and am having problems with
Code:
Field in data file exceeds maximum length
Code:
Field char "ltrim(rtrim(substr( :Field, 1, 10 )))",
Thanks - any help *very* appreciated...
Dora