Subject: | Multiple Tables are not support |
I've been banging my head on why Oracle::SQLLoader will not generate a
control file with multiple INTO TABLE clauses. Seems the issue is this
line in _generateTablesClause:
$tableClause = "\nINTO TABLE $table $cfg->{'when_clauses'} ";
It should concatenating to, not replace, the value in $tableClause. It
should also be tested, as I now doubt anyone has ever used this module
for more than one table.
This module is the best of the sqlldir modules which, sadly, doesn't say
much. I'd really like to see this module get some love, but I'm
guessing due to the age of some of the bugs (4 years!) in RT this module
has been abandoned.