in reply to What are DBD::Oracle's dependencies (on Linux)?
Nothing else. From the DBD::Oracle docs,
$dbh = DBI->connect("dbi:Oracle:host=myhost.com;sid=ORCL", $user, $pas +swd);
Note "myhost.com". The database does not have to be on the local machine. DBD::Oracle will contact the database over a network or over the internet.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: What are DBD::Oracle's dependencies (on Linux)?
by dragonchild (Archbishop) on Oct 01, 2004 at 18:40 UTC | |
Re^2: What are DBD::Oracle's dependencies (on Linux)?
by nguye103 (Acolyte) on Oct 01, 2004 at 18:21 UTC | |
by Anonymous Monk on Oct 02, 2004 at 07:52 UTC |