Skip Menu |

This queue is for tickets about the Oracle-SQLLoader CPAN distribution.

Report information
The Basics
Id: 77788
Status: new
Priority: 0/
Queue: Oracle-SQLLoader

People
Owner: Nobody in particular
Requestors: irnbruusa [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.9
Fixed in: (no value)



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 );