Subject: | errors optional argument not accepting value |
If the errors value is set as shown below it does not work. Errors
default overrides this (50)
my $ldr = new Oracle::SQLLoader
(
infile => $myfile,
terminated_by => '|',
errors => 10000,
username => $user,
password => $psswd,
sid => $ora_sid,
loadmode => $APPEND,
cleanup => 0
);