in reply to Re: Database connection over a network without having a local TNS entry
in thread Database connection over a network without having a local TNS entry
Still it gives me error. Where am I wrong? Thanks for your help.$dbh = DBI->connect("dbi:Oracle:database=abcd;host=neshat;port=1521", +$user, $password, {PrintError => 1, RaiseError => 1}) or die "Can't e +xecute statement: $DBI::errstr";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Database connection over a network without having a local TNS entry
by davidrw (Prior) on Jun 21, 2005 at 01:21 UTC | |
by Nesh (Beadle) on Jun 21, 2005 at 01:39 UTC |