Oracle::Sqlldr 0.13 review
Download
|
|
Oracle::Sqlldr is a Perl wrapper around Oracle's sqlldr utility.
SYNOPSIS
use Oracle::Sqlldr;
my $sqlldr = Oracle::Sqlldr->new(); # get new sqlldr object
Oracle::Sqlldr is an object-oriented class that provides a convenient Perl wrapper around Oracle's sqlldr utility.
SQL*Loader (sqlldr) is the utility to use for high performance data loading from a text file into a an Oracle database.
Limitations:
No WIN32 support
No fixed format record support
Assumes table owner and user to load data as are the same
No support for parameter file
Oracle::Sqlldr 0.13 search tags