Help for this page

Select Code to Download


  1. or download this
    use DBI;
    my $dbh = DBI->connect(["dbi:Oracle:ppp","pp1","pp2"]);
    $dbh->disconnect;
    print "Database connect success\n";
    
  2. or download this
    Error i am getting is
    Can't connect to data source ARRAY(0x4001396c), no database driver spe
    +cified and DBI_DSN env var not set at - line 2