Help for this page

Select Code to Download


  1. or download this
    Create Connection to PROD.
    Content-type: text/html
    ...
    Compilation failed in require at (eval 9) line 3.
    Perhaps a required shared library or dll isn't installed where expecte
    +d
     at C:\pubora\test.pl line 17
    
  2. or download this
    use strict;
    $ENV{'ORACLE_HOME'} = 'C:/oracle/ora81';
    ...
    $dbh->disconnect or warn "Disconnect failed\n";
    print end_html;
    exit;