in reply to DBI connect to Oracle
with the SID information placed in the network/admin/tnsnames.ora filemy $dbh = DBI->connect("dbi:Oracle:$database_name", $username, $passwo +rd);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: DBI connect to Oracle
by Anonymous Monk on Feb 20, 2015 at 16:15 UTC | |
by Ea (Chaplain) on Feb 20, 2015 at 16:48 UTC | |
by Anonymous Monk on Feb 23, 2015 at 11:56 UTC | |
by Corion (Patriarch) on Feb 23, 2015 at 12:02 UTC | |
by Anonymous Monk on Feb 23, 2015 at 13:27 UTC | |
|