"Tim Bunce" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Tue, Aug 17, 2004 at 10:24:00AM -0400, Robert wrote:
> > In the DBD::Oracle docs it states this:
> >
> > ==
> > "If you use the host=$host;sid=$sid style syntax, for example:
> > $dbh = DBI->connect("dbi:Oracle:host=
On Tue, Aug 17, 2004 at 10:24:00AM -0400, Robert wrote:
> In the DBD::Oracle docs it states this:
>
> ==
> "If you use the host=$host;sid=$sid style syntax, for example:
> $dbh = DBI->connect("dbi:Oracle:host=myhost.com;sid=ORCL", $user,
> $passwd);then DBD::Oracle will construct a full conn
I set up dbiproxy on my Oracle server, then use DBD::Proxy to work
with Oracle from several clients (including Windows). Nothing from
Oracle required on the client!
Email me if you're interested in a script I wrote to start/stop DBI proxying on
the server.
On Wed, Jun 02, 2004 at 05:24:27PM -04
Gaul, Ken wrote:
Can I use DBD-Oracle to connect to Oracle without having to load the
Oracle client software?
At least for Oracle 10g, you can use the Instant Client libraries
distributed by oracle. Those can be installed without installer and
contain only the basic networking libraries.
See ht
-Original Message-
From: Robert [mailto:[EMAIL PROTECTED]
Sent: 02 June 2004 22:24
To: [EMAIL PROTECTED]
Subject: Oracle connection question
Can I use DBD-Oracle to connect to Oracle without having to load the
Oracle
client software? I am looking for a thin client solution like Java has
w