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: kiel <kiel_at_webpre.com>
Date: Tue, 26 May 1998 13:25:59 -0500
Message-ID: <356B0937.295B@webpre.com>


John D Groenveld wrote:
>
> 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";
>

So you are saying I need SQLNet on the client machine? Received on Tue May 26 1998 - 13:25:59 CDT

Original text of this message

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