Help for this page

Select Code to Download


  1. or download this
    use DBI; 
    $dbh = DBI->connect("dbi:Oracle:", "scott","tiger") || die "Unale to c
    +onnect to oracle.  $DBI::errstr\n";
    
  2. or download this
    C:\ActivePerl\examples>perl conn_oracle.pl
    install_driver(Oracle) failed: Can't load 'C:/ActivePerl/site/lib/auto
    +/DBD/Oracl
    ...
    Compilation failed in require at (eval 1) line 3.
    Perhaps a required shared library or dll isn't installed where expecte
    +d
     at conn_oracle.pl line 2