Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    # declare your sid, user, pass etc variables here;
    
    my $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid", $user, $passw
    +d );