RE: dbd Oracle 10g AIX - install nightmare..... :

2005-07-11 Thread Bjorn.Naessens
Rebuild perl with -Duse64bitall flag. There have recent been a number of problems with this ( it's the same error as some people got with oracle 9i ). If you don't succeed, i have a document explaining the complete install. But normally that flag will do the trick. Ps. Be sure you compile the m

RE: DBI installation failure on AIX 5.2, all failure info attached

2005-06-30 Thread Bjorn.Naessens
CPAN is your friend : http://search.cpan.org/~nwclark/perl-5.8.6/ kind regards Bjorn Van: Larry Li [mailto:[EMAIL PROTECTED] Verzonden: do 30/06/2005 17:40 Aan: Bjorn Naessens; dbi-users@perl.org Onderwerp: RE: DBI installation failure on AIX 5.2, all failu

RE: DBI installation failure on AIX 5.2, all failure info attached

2005-06-30 Thread Bjorn.Naessens
Larry, It seems to me you don't have perl installed with the -Duse64bitall flag. I attached my installation process for dbi and dbd:oracle on ibm aix5.2. Hope it helps you. Kind regards Bjorn -Original Message- From: Larry Li [mailto:[EMAIL PROTECTED] Sent: donderdag 30 juni 2005 1

A succesfull 64-bit build of Perl-DBI-DBD:Oracle on IBM AIX 5.2

2005-01-07 Thread Bjorn.Naessens
Hi, I finally succeeded in installing a 64bit build of Perl and its modules for Oracle 64-bit. We were running in 32bit but integrating Proc and cobols in our perl scripts only worked when we changed environments to 64bit causing problems for the oracle connections in perl. It's nothing special,

RE: DBI - copying tables - a better way?

2004-03-11 Thread Bjorn.Naessens
Source Database x with table a Target Database y , table b. 1. Create a databaselink on database Y going to X as readuser or as schema owner. 2. create table b as select * from [EMAIL PROTECTED]; 3. remove databaselink kind regards Bjorn Naessens -Original Message- From: Hardy Merr

RE: Accessing oracle from windows 2000

2004-03-04 Thread Bjorn.Naessens
Had the same problem. I edited the ppd file to use the correct path. Compare with the ppd I sended you. Probably just same change needed. Kind regards. Bjorn Naessens -Original Message- From: Hardy Merrill [mailto:[EMAIL PROTECTED] Sent: donderdag 4 maart 2004 15:49 To: [EMAIL PROTECTE

RE: Accessing oracle from windows 2000

2004-03-04 Thread Bjorn.Naessens
Hello, I have perl , DBI and DBD::ORACLE running on a ouple of NT, win2000 and xp machines here. What I do is fairly simple. - install activestate perl 5.8 - download DBD-Oracle8 and DBI packages - install them using "ppm install DBI.ppd" + "ppm install DBD-Oracle8.ppd" I didn't need any ora

RE: Can't build DBD::Oracle on AIX 5.1 with Oracle 9.2

2004-02-23 Thread Bjorn.Naessens
Tim, I'm trying it on 5.8 right now. Is there a separate file for a 64-bit build? Or maybe a newer version? Greetz Bjorn Naessens -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: maandag 23 februari 2004 15:03 To: [EMAIL PROTECTED] Cc: Bjorn Naessens; [EMAIL PROTECTE

RE: Can't build DBD::Oracle on AIX 5.1 with Oracle 9.2

2004-02-23 Thread Bjorn.Naessens
Rafael, Were you ever able to build a full 64-bit perl, DBI and DBD-ORACLE? Kind regards Bjorn Naessens -Original Message- From: Rafael Caceres [mailto:[EMAIL PROTECTED] Sent: donderdag 19 juni 2003 20:13 To: Bjorn Naessens Cc: [EMAIL PROTECTED] Subject: RE: Can't build DBD::Oracle on

RE: Building Perl 64-bit with DBI and DBD:ORACLE 9i on AIX 5L

2004-02-22 Thread Bjorn.Naessens
Thanks Tim, Trying it right now. Is it enough to just configure this way : ./Configure -de -Dcc=xlc -Duse64bitall or do I after the configure also have to change some stuff in the make file ( I noticed there are still "-q32" entries in the makefile ) kind regards -Original Message

Building Perl 64-bit with DBI and DBD:ORACLE 9i on AIX 5L

2004-02-20 Thread Bjorn.Naessens
Hi guys, I got perl, DBI and DBD:Oracle working on my AIX machine with some help of you guys, but that was some months ago with the 32-bit build of perl and all lib32 libraries of Oracle. However at the moment we upgraded our C compiler to compile completely in 64-bit and the environment

RE: :Oracle / ORACLE_HOME="/app/local/oracle/product/9.2.0" / Solaris-2.8 / ...

2003-11-27 Thread Bjorn.Naessens
You can ignore that problem ( 92 numeric ) Just make your perl install now then make test and make install. Kind regards Bjorn -Original Message- From: Jochen Hayek [mailto:[EMAIL PROTECTED] Sent: woensdag 26 november 2003 21:16 To: [EMAIL PROTECTED] Subject: DBD::Oracle / ORACLE_HOME=

RE: Can't build DBD::Oracle on AIX 5.1 with Oracle 9.2

2003-06-19 Thread Bjorn.Naessens
Rafael, Thanks for the info. Will try to compile it sometime today, maybe Monday. Keep us in touch about the 64 bit build. -Original Message- From: Rafael Caceres [mailto:[EMAIL PROTECTED] Sent: donderdag 19 juni 2003 20:13 To: Bjorn Naessens Cc: [EMAIL PROTECTED] Subject: RE: Can't b

RE: Can't build DBD::Oracle on AIX 5.1 with Oracle 9.2

2003-06-18 Thread Bjorn.Naessens
Guys, I'm having the same problem atm. I have to install perl on aix 5l system for oracle 9.2 and need to stay supported to the other versions ( 8.1.7 ). So these questions : 1. Do you guys know where the newest version for aix is located ( 5.6 on bull website ) 2. Which environment needs to

RE: DBD:Oracle for Oracle 9.0.2 and 9.2 ?

2003-03-25 Thread Bjorn.Naessens
Thanks for the info. Anyone ever got perl working against 9.2 and was able to connect with 7.3.4 still? Cause we are using 3 versions atm : 7.3.4 8.1.7 and 9.0.1 ( planning on make them all 9.2 ) Kind regards -Original Message- From: Chris R. Donnelly [mailto:[EMAIL PROTECTED] Sent: d

DBD:Oracle for Oracle 9.0.2 and 9.2 ?

2003-03-25 Thread Bjorn.Naessens
Hi all, Currently in a project to convert our existing 7.3.4 and 8.1.7 Databases to Oracle9i.( Either the 9.0.1 or 9.2 version ) Now I'm having some problems connecting to some test databases I have setup. Do I need to upgrade my perl version or Dbi / DBD version to be able to connect? I keep g

RE: (Fwd) Compile problem with DBD-Oracle-1.12

2002-09-12 Thread Bjorn.Naessens
Getting further and further here : I changed the /lib/crt0_64.o file with the /lib/crt0.o file in the Makefile. But now i get some weird messages on my errors : Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs LD_RUN_PATH="/softw/app/oracle/producti/901/lib32" ld -o

RE: (Fwd) Compile problem with DBD-Oracle-1.12

2002-09-12 Thread Bjorn.Naessens
Nice solution, but now i get another problem : LD_RUN_PATH="/softw/app/oracle/producti/901/lib32" ld -o blib/arch/auto/DBD/Oracle/Oracle.so -bhalt:4 -bM:SRE -bI:/usr/opt/perl5/lib/5.00503/aix/CORE/perl.exp -bE:Oracle.exp -b noentry -lc Oracle.o dbdimp.o oci7.o oci8.o /softw/app/oracl

UPDATE: installation of DBD::Oracle 1.12 on ibm aix 64bit

2002-09-12 Thread Bjorn.Naessens
New info : I decided to copy an existing perl, DBI, DBD installation from another server where oracle 9.0.1 was already installed ( 64 bit ) and where perl did work. Then I recompiled DBI-1.20 and DBD-ORACLE-1.12 without problems on the server. However I'm back to my first problem now. The pro

RE: (Fwd) Compile problem with DBD-Oracle-1.12

2002-09-11 Thread Bjorn.Naessens
I was having the exact problem on my installation. Aix 4.3.3.10 Perl 5.6 I solved the problem by recompiling perl with the USE_64_BIT_ALL option. But then i got stuck on some other issues... See my other mails for that :) Greetz -Original Message- From: Tim Bunce [mailto:[EMAIL P

installation of DBD::Oracle 1.12 on ibm aix 64bit

2002-09-11 Thread Bjorn.Naessens
Title: Message I'm new to this list and would like to say hi to everyone in it first of all.   I am in seacrh for a solution for my problem for 5 days now and i am becoming a bit desperate. Here's my description :   Before I installed oracle 9i on my server Perl, DBI and DBD::Oracle worked

test message - disregard plz

2002-09-11 Thread Bjorn.Naessens
Test-message, disregard