rebelpacket has asked for the wisdom of the Perl Monks concerning the following question:
my $dbh = DBI->connect( 'dbi:Oracle:$sid', 'username', 'password') || die "Could Not Make Database Connection";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Specifying Variable SID in DBD::Oracle
by impossiblerobot (Deacon) on Feb 28, 2002 at 22:38 UTC | |
|
Re: Specifying Variable SID in DBD::Oracle
by ajwans (Scribe) on Mar 01, 2002 at 03:40 UTC |