Re: Connect to DB2

2006-01-05 Thread Dan Scott
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

Re: Connect to DB2

2006-01-05 Thread Dan Scott
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

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 =

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, DBI dir,

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

Re: DBD::Oracle build failure...

2006-01-05 Thread Jared Still
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

RE: :Oracle - with ora10g oci.dll

2006-01-05 Thread Jared Still
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