Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $password = 'PASS';
    my $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$database", $usernam
    +e, $password, {RaiseError => 1, AutoCommit => 0});
    
  2. or download this
    BEGIN {$ENV{ORACLE_HOME} = '/home/foo/oracle/product/oracle_version/cl
    +ient_1/';}