Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: remote access using oraperl

Re: remote access using oraperl

From: John D Groenveld <groenvel_at_cse.psu.edu>
Date: 22 May 1998 12:32:35 -0400
Message-ID: <6k49b3$26n$1@tholian.cse.psu.edu>


tnsnames.ora is the /etc/hosts file for SQLNet v2 and Net8 client libraries. You define the aliases for connect strings.

$dbh = DBI->connect("dbi:Oracle:AliasDefinedInTnsnamesOra", "scott", "tiger") or die "$DBI::err: $DBI::errstr\n";

John
groenvekd_at_acm.org Received on Fri May 22 1998 - 11:32:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US