Help for this page

Select Code to Download


  1. or download this
    $dbiConn = DBI->connect( "dbi:Oracle:$ORACLE_SID" , "$ORACLE_USER" ,
                                "$ORACLE_PASS" )  ||
                     die "Connection failure.\n$!\n$DBI::errstr\n$ORACLE_S
    +ID, $ORACLE_USER, $ORACLE_PASS";
    
  2. or download this
    $dbhVar = $dbh;
    my $qryDbi = $dbiVar->prepare("some query");