Skip Menu |

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

Report information
The Basics
Id: 52680
Status: resolved
Worked: 1.3 hours (80 min)
Priority: 0/
Queue: Oracle-SQLLoader

People
Owner: Nobody in particular
Requestors: gmail.com
herculescyclone [...] gmail.com
Cc:
AdminCc:

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



Subject: SQL Loader does not properly implement Direct Load
In case the loader is given the option "" direct => 'true' "" still it does not allow direct path load This can be easily identified by the time taken in loading huge data or by the log file that it generates e.g. 'sqlloader.log' in the example below. my $ldr = new Oracle::SQLLoader(infile => $input_data_file, badfile => $IgnoredDataFile.".bad", discard => $IgnoredDataFile.".err", direct => 'true', logfile => 'sqlloader.log', terminated_by => ',', username => $USER, password => $PASS, sid => , cleanup => 'false' } Attaching the updated file which will include direct path load.
Subject: SQLLoader.pm

Message body is not shown because it is too large.

RT-Send-CC: david [...] cantrell.org.uk
Fixing the bug : SQL Loader does not properly implement Direct Load In SQL Loader implementation. As of now it does not allow direct loads, only conventional loads are supported. Changing the module to enable direct path loads.

Message body is not shown because it is too large.

RT-Send-CC: david [...] cantrell.org.uk
Fixing the bug : SQL Loader does not properly implement Direct Load In SQL Loader implementation. As of now it does not allow direct loads, only conventional loads are supported. Changing the module to enable direct path loads.

Message body is not shown because it is too large.