Help for this page

Select Code to Download


  1. or download this
      my $hashref = $oDB_Comparison->get_differences;
      print Dumper \$hashref;
    
  2. or download this
      my @aList = $oDB_Comparison->get_tables;
    
  3. or download this
    DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD 
    +ERROR: OCIStmtExecute) [for Statement "show tables"] at C:/Perl/site/
    +lib/DBIx/Compare.pm line 544. DBD::Oracle::st bind_columns failed: St
    +atement has no result columns to bind (perhaps you need to successful
    +ly call execute first) [for Statement "show tables"] at C:/Perl/site/
    +lib/DBIx/Compare.pm line 545. DBD::Oracle::st fetch failed: ERROR no 
    +statement executing (perhaps you need to call execute first) [for Sta
    +tement "show tables"] at C:/Perl/site/lib/DBIx/Compare.pm line 546.  
    +DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD
    + ERROR: OCIStmtExecute) [for Statement "show tables"] at C:/Perl/site
    +/lib/DBIx/Compare.pm line 544. DBD::Oracle::st bind_columns failed: S
    +tatement has no result columns to bind (perhaps you need to successfu
    +lly call execute first) [for Statement "show tables"] at C:/Perl/site
    +/libDBIx/Compar
    e.pm line 545.  DBD::Oracle::st fetch failed: ERROR no statement execu
    +ting (perhaps you need to call execute fir
    st) [for Statement "show tables"] at C:/Perl/site/lib/DBIx/Compare.pm 
    +line 546.
    
  4. or download this
    #!/usr/bin/perl 
    use strict;
    ...
        #my $hashref = $oDB_Comparison->get_differences;
        #print Dumper \$hashref;
    }