Re: Workaround needed. Re: Re: perl DBI 1.25 not connectting to Oracle 10g

2006-01-09 Thread Peter J. Holzer
On 2006-01-05 23:48:48 -, Sunil A V wrote: > LD_RUN_PATH="/opt/oracle/product/10.2.0.1.0_64/lib32:/opt/oracle/product/10.2.0.1.0_64/rdbms/lib32" > cc -G Oracle.o dbdimp.o oci8.o > -L/opt/oracle/product/10.2.0.1.0_64/lib/ > -L/opt/oracle/product/10.2.

RE: Workaround needed. Re: Re: perl DBI 1.25 not connectting to Oracle 10g

2006-01-06 Thread Andy Hassall
> Now I am trying to install DBD::Oracle 1.16 version to Oracle > 10.2.0.1.0_64 db server. > Since I am using Perl 32 bit version 5.61 and I do not have > permissions to upgrade it to 64 bit, > IS THERE A WORKAROUND to get this installed with 32 bit perl? You can't use 64-bit Oracle libraries wi

Workaround needed. Re: Re: perl DBI 1.25 not connectting to Oracle 10g

2006-01-05 Thread Sunil A V
Now I am trying to install DBD::Oracle 1.16 version to Oracle 10.2.0.1.0_64 db server. Since I am using Perl 32 bit version 5.61 and I do not have permissions to upgrade it to 64 bit, IS THERE A WORKAROUND to get this installed with 32 bit perl? Initially I got the following error while running

Re: Re: perl DBI 1.25 not connectting to Oracle 10g

2006-01-05 Thread Sunil A V
Thanks Matthew. I am in process of installing DBD::Oracle 1.16 I am waiting for some internal permissions. I will let you know. Thanks On Fri, 06 Jan 2006 Matthew Dougerty wrote : >You need Oracle DBD. If it's there there will be per5~/DBD/Oracle.pm and an >Oracle directory. > >On 5 Jan 2006 19

Re: perl DBI 1.25 not connectting to Oracle 10g

2006-01-05 Thread Matthew Dougerty
You need Oracle DBD. If it's there there will be per5~/DBD/Oracle.pm and an Oracle directory. On 5 Jan 2006 19:01:35 -, Sunil A V wrote >   > Hi, > > I am trying this combination: > perl: v5.61 > DBI: 1.25 > Oracle: 10g > OS: Solaris Unix > The directory /home/me/perlmods contains DBI.pm, D

perl DBI 1.25 not connectting to Oracle 10g

2006-01-05 Thread Sunil A V
  Hi, I am trying this combination: perl: v5.61 DBI: 1.25 Oracle: 10g OS: Solaris Unix The directory /home/me/perlmods contains DBI.pm, DBI dir, DBD dir, Bundle, etc In my perl program I am using BEGIN {unshift(@INC,'/home/me/perlmods')} use DBI; my $dbh = DBI->connect('DBI:Oracle','sid','user'