Help for this page

Select Code to Download


  1. or download this
    $dbh = DBI->connect("DBI:Oracle:host=$SERVER;sid=$SID", $UID, $PWD);
    
  2. or download this
    $dbh = DBI->connect("DBI:Oracle:host=$SERVER;sid=$SID;uid=$UID;pwd=$PW
    +D");