Help for this page

Select Code to Download


  1. or download this
    install_driver(Oracle) failed: Can't load '/tmp/par-pguillot/cache-d7f
    +3e360cc7caa97a798297098048980b6b8989f/bb3f1c9e.so' for module DBD::Or
    +acle: ld.so.1: script.exe: fatal: /apps/oracle/app/oracle/product/10g
    +/lib/libclntsh.so.10.1: wrong ELF class: ELFCLASS64 at /usr/local/lib
    +/perl5/5.8.5/sun4-solaris/DynaLoader.pm line 230.
     at ../blib/lib/PAR/Heavy.pm line 104
    Compilation failed in require at (eval 13) line 3.
    Perhaps a required shared library or dll isn't installed where expecte
    +d
     at script/billcycle.pl line 122
    
  2. or download this
    my $dbh = DBI->connect( "dbi:Oracle:" . $db_name , $db_user , $db_pass
    + , {AutoCommit => 0} )
            or die "Fatal Error: Could not connect to the database: " . DB
    +I->errstr() . "\n";