DBD error

2013-05-23 Thread Anoop Kumar Paramesweran
Hi Support, I am receiving following error while installing DBD Perl module on IBM AIX 7.1 .Please help me to solve this.. bash-3.2# perl Makefile.PL Using DBI 1.625 (for perl 5.010001 on aix-thread-multi) installed in

RE: DBD error

2013-05-23 Thread Anoop Kumar Paramesweran
After researching I could find this ,, But issue is that with 11gR2 onwards lib32 is not installing by default so need to install and configure seperatly its very difficuilt task for DBA.. Is DBD 64bit is available?? The problem looks like Perl and DBI run in 32-bit mode, but Oracle 9i

RE: DBD installtion 11G R2 (64Bit) 32 bit perl version

2013-05-23 Thread Anoop Kumar Paramesweran
Hi Support, Please help me to solve this.. LD_RUN_PATH=/u01/app/oracle/product/11.2.0/dbhome_1/lib:/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib ld -bhalt:4 -G -bI:/usr/opt/perl5/lib/5.10.1/aix-thread-multi/CORE/perl.exp -bE:Oracle.exp -bnoentry -lpthreads -lc -lm -L/usr/local/lib

Re: DBD installtion 11G R2 (64Bit) 32 bit perl version

2013-05-23 Thread Jonathan Leffler
You will need a 64-bit Perl (and 64-bit DBI) to work with 64-bit Oracle and hence 64-bit DBD::Oracle. Or you can go 32-bit for everything if there's a 32-bit Oracle client you can install. What you can't do is have some 32-bit code and some 64-bit code built into (or loaded into, since most of

RE: DBD installtion 11G R2 (64Bit) 32 bit perl version

2013-05-23 Thread John Scoles
That will be a bit of a problem and a bugger to fix. I can only offer a general solution as each case is different but the short answer is yes you can run 32bit perl and 64 bit oracle together. 1) you have to get the 32bit oracle instant client for the version of oracle you want to use 2)

Re: DBI article in Korean

2013-05-23 Thread Gabor Szabo
Hi, On Wed, May 22, 2013 at 10:08 PM, Martin J. Evans boh...@ntlworld.com wrote: Another good tutorial - please keep up the good work of promoting Perl. Thanks. I hope others will also help promoting my articles and interviews. The DSN (Data Source Name) (in the $dsn variable) is very