Re: Help: Translation to DBD:Proxy

2002-04-18 Thread Tim Bunce
Don't forget to read about the DBI_AUTOPROXY env var in the DBI docs. Tim. On Thu, Apr 18, 2002 at 05:31:55PM -0400, David Dierauer wrote: > I use DBD::Proxy from Mac OS X to connect to a Linux server that has > Oracle client libs installed and is running dbiproxy. > > First of all, don't set $

Re: Help: Translation to DBD:Proxy

2002-04-18 Thread David Dierauer
I use DBD::Proxy from Mac OS X to connect to a Linux server that has Oracle client libs installed and is running dbiproxy. First of all, don't set $ENV{'ORACLE_HOME'} on the OS X machine; it needs to be set for the machine running dbiproxy. Next, here's what my proxy connection looks like: my $

Help: Translation to DBD:Proxy

2002-04-17 Thread Chuck Tomasi
I'm currently using Perl 5.6.0 on a Sun with DBD::Oracle using the following: sub DBConnect { my ($o_dbh);