in reply to
Using sqlldr with perl
If you want these messages in a logfile you can also redirect the output of the system command to a file:
system("... >& logfile.log");
[download]
Comment on
Re: Using sqlldr with perl
Download
Code
In Section
Seekers of Perl Wisdom