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
Not using tnsnames.ora?
Using Oracle Names?
You are likely running into a bug with Oracle 9.2.
There are at least 2 documented bugs for this, probably
more undocumented ones.
The workaround? Use a tnsnames.ora file.
Seriously. There is so far, no fix for it.
I've had to do this on several
Why not just download from
ftp://ftp.esoftmatic.com/outgoing/DBI/5.8.3 ?
On Fri, 2005-12-16 at 11:29 -0600, amonotod wrote:
> Hey all...
> I've previously built DBD::Oracle 1.15 and 1.16 against Oracle 9i and Perl
> 5.8.0 and 5.8.3; those builds went flawlessly, I seem to recall. But, my
>
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
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
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'
Let's keep this discussion on-list in case someone else has the same
question in the future.
http://ibm.com/db2/perl/ says that if you are compiling DBD::DB2 on
Linux, you set DB2_HOME to the location of your DB2 instance--for
example, /home/db2inst1/sqllib/ -- because DBD::DB2 needs the DB2
heade
Hi Vincent:
You just need to install the DB2 development headers and libraries
(available with the free to download and use DB2 Application
Development Client) on your Linux box and set DB2_HOME before
compiling DBD::DB2; that will enable you to connect from your Linux
box to a DB2 server running
Dear dbi-helpers,
My environment is RedHat 9.0.
I got the following message while installing DBD::DB2 module.
DB2_HOME environment variable must be set to installed location of DB2.
Did this message indicate that I have to install DB2 in the same
machine and set DB2_HOME environment variable for