Help for this page

Select Code to Download


  1. or download this
    # load file contents  
    open (FILEDATA, "$sql");
    ...
      print $LOG "couldnt prepare: $HoH{$filename {'full_filename'} \n";  
    +         
      $HoH{$filename}{'build_state'} = 'FAILED - COULD NOT PREPARE';
    } # preparing sql
    
  2. or download this
        #Open an Oracle session
        $DBH = DBI->connect( "dbi:Oracle:$sid", $usr, $pwd )
    ...
        $DBH->{LongReadLen} = 5242880;
        $DBH->{LongTruncOk} = 0;