Help for this page

Select Code to Download


  1. or download this
    use warnings;    
    use strict;
    ...
    my $dbAgent = OracleAgent->dbLogin(dbName);
       $dbAgent->connect();
       $dbAgent-> setAutoCommit(0);
    
  2. or download this
    foreach my $file (@csvFile) 
     {
    ...
    {
     my $fileToInsert = shift;
    }