RE: Failed DBD oracle module

2013-09-24 Thread John Scoles
rom: john...@pharmacy.arizona.edu > CC: dbi-users@perl.org > Subject: Re: Failed DBD oracle module > Date: Mon, 23 Sep 2013 21:09:34 + > > > On Sep 23, 2013, at 2:02 PM, Bruce Johnson > wrote: > > > This can happen if you have 32-bit oracle db installed on th

Re: Failed DBD oracle module

2013-09-23 Thread Bruce Johnson
On Sep 23, 2013, at 2:02 PM, Bruce Johnson wrote: > This can happen if you have 32-bit oracle db installed on the system, but use > the 64-bit Oracle Instant Client to compile DBD::Oracle. Or Vice-versa, of course, which might be what your problem is. -- Bruce Johnson University of Arizona

Re: Failed DBD oracle module

2013-09-23 Thread Bruce Johnson
On Sep 20, 2013, at 8:57 AM, "Lieng, Gia" wrote: > > $ perl perl_test.script > Can't load > '/usr/local/lib/perl5/site_perl/5.18.1/sun4-solaris/auto/DBD/Oracle/Oracle.so' > for module DBD::Oracle: ld.so.1: perl: fatal: > /opt/oracle/10.2.0.3/lib/libclntsh.so.10.1: wrong ELF class: ELFCLASS64

Failed DBD oracle module

2013-09-23 Thread Lieng, Gia
Hi, I had installed perl 5.18.1 and two other modules DBI and DBD::Oralce. And using the simple script below to test both modules, DBI worked but DBD::Oracle gives the following errors. Both modules compile and installed without errors. - Testing module DBI worked: $ vi perl_test.scri

Re: Howto hard code ORACLE_HOME in DBD::Oracle Module

2009-11-23 Thread m. allan noah
oracle databases >> although the ORACLE_HOME value has changed. >> >> How and where I can hard code the suitable ORACLE_HOME env variable in the >> sources of the DBD::Oracle module? >> >> The module alreadz works fine on the new server, but I cannot reset >>

Re: Howto hard code ORACLE_HOME in DBD::Oracle Module

2009-11-23 Thread Bruce Johnson
suitable ORACLE_HOME env variable in the sources of the DBD::Oracle module? The module alreadz works fine on the new server, but I cannot reset ORACLE_HOME in every perl script. Regards and thank you for your help in advance If you're running Apache2 on the new web server you ca

Howto hard code ORACLE_HOME in DBD::Oracle Module

2009-11-23 Thread Harald Falkenberg
::Oracle module? The module alreadz works fine on the new server, but I cannot reset ORACLE_HOME in every perl script. Regards and thank you for your help in advance Harald

Re: Issues in Installing DBD-Oracle module.

2008-02-22 Thread Lamb Joseph
rom: Lamb Joseph <[EMAIL PROTECTED]> To: Nirmaladevi Venkataraman <[EMAIL PROTECTED]>; dbi-users@perl.org Sent: Friday, February 22, 2008 12:45:18 PM Subject: Re: Issues in Installing DBD-Oracle module. Nirmala, Did you read and try the readme notes? http://cpan.uwinnipeg.ca/ht

Re: Issues in Installing DBD-Oracle module.

2008-02-22 Thread Lamb Joseph
bruary 21, 2008 8:59:44 PM Subject: Issues in Installing DBD-Oracle module. Hi all, I am using Active Perl5.8.8 (build 820) and Oracle client( 9i). I have got DBI package already installed.If I want to install DBD-Oracle,what is the proc

Re: Issues in Installing DBD-Oracle module.

2008-02-22 Thread G Sreenivas Reddy
proxy setting: set http_proxy=http://username:[EMAIL PROTECTED] and install DBD-Oracle ppm install DBD-Oracle if already installed remove ppm remove DBD-Oracle regards gsreddy Nirmaladevi Venkataraman wrote: Hi all, I am using Active Perl5.8.8 (build 820) and Oracle client( 9i).

Re: Issues in Installing DBD-Oracle module.

2008-02-22 Thread scoles
if you open the README.win32 that is in the tar you will find a good tutorial on how to do it manually. You basically have to do alot of downloading and installing of C++, .net nmake.exe and then do the install yourself. cheers John Scoles > Hi all, >I am using Active Perl5.8.8 (buil

Issues in Installing DBD-Oracle module.

2008-02-22 Thread Nirmaladevi Venkataraman
Hi all, I am using Active Perl5.8.8 (build 820) and Oracle client( 9i). I have got DBI package already installed.If I want to install DBD-Oracle,what is the process I need to follow. I tried using PPM>ppm install DBD-Oracle.Since I have firewall settings,I could not

Re: Apache -Perl-DBD-Oracle Module Issue - Regd.

2007-07-24 Thread Ron Savage
Prasad, Nagendra wrote: Hi Nagendra We were able to get the Apache with SSL enabled with a sample perl and tested it successfully.. We were also able to compile the DBI & DBD-Oracle versions respectively with Apache without any issues/errors.. When you say '...tested it...', what /exactly/

Apache -Perl-DBD-Oracle Module Issue - Regd.

2007-07-24 Thread Prasad, Nagendra
Hi, We have upgraded the Apache with SSL enabled along with Perl and compiled with DBI and DBD-Oracle Modules.. We have following versions installed.. Apache - Apache/2.2.4 (Unix) Solaris - 8 Perl - v5.8.8 DBI - DBI-1.56 DBD-Oracle - 1.19 Oracle client - 10.2.0.1 We were able to get the Apache

RE: DBD Oracle module

2006-11-17 Thread Kerr Shannon-SKERR1
Thanks for the reply. The Oracle client libraries are installed at the same location on all of our servers (Solaris 2.6 and 2.8). I believe the problem is with the configuration and/or installation procedure and that's why the libraries are not found on Solaris 2.6 (and so we set LD_LIBRARY_PATH)

RE: DBD Oracle module

2006-11-17 Thread Kerr Shannon-SKERR1
-Original Message- From: John D Groenveld [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 2:56 PM To: Kerr Shannon-SKERR1 Cc: dbi-users@perl.org Subject: Re: DBD Oracle module In message <[EMAIL PROTECTED]>, "Ke rr Shannon-SKERR1" writes: >Thanks for the reply.

Re: DBD Oracle module

2006-11-16 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, "Ke rr Shannon-SKERR1" writes: >Thanks for the reply. The Oracle client libraries are installed at the >same location on all of our servers (Solaris 2.6 and 2.8). I believe >the problem is with the configuration and/or installation procedure and >that's why the lib

Re: DBD Oracle module

2006-11-16 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, "Ke rr Shannon-SKERR1" writes: >Is this related and if so do you have some advice or guidance I can >share with our computing team that can get this resolved so our >customers don't have to set LD_LIBRARY_PATH to use our tool and we don't >have to develop a wrapper f

DBD Oracle module

2006-11-16 Thread Kerr Shannon-SKERR1
Hello, I'm sorry to bother you, but I saw Dave Moellenhoff's name and email in the DBD::Oracle README.help.txt fie for an issue similar to what our team is seeing when using DBD::Oracle 1.19 that our computing team installed for our development team. I tried contacting him at the provided email a

DBD Oracle module

2006-11-16 Thread Kerr Shannon-SKERR1
Hello, I'm sorry to bother you, but I saw Dave Moellenhoff's name and email in the DBD::Oracle README.help.txt fie for an issue similar to what our team is seeing when using DBD::Oracle 1.19 that our computing team installed for our development team. I tried contacting him at the provided email a

Re: Oracle Module

2006-04-05 Thread John Scoles
[EMAIL PROTECTED] > We are running Oracle 10g client connecting to Oracle 9.2 server. We don't encounter any problem selecting rows using sqlplus. But our Perl script that runs Oracle module (Oracle.pm) version 1.14 fails to select non-numeric columns. Does Oracle 10g require Oracle.pm

Oracle Module

2006-04-04 Thread Rolando Arquiza
We are running Oracle 10g client connecting to Oracle 9.2 server. We don't encounter any problem selecting rows using sqlplus. But our Perl script that runs Oracle module (Oracle.pm) version 1.14 fails to select non-numeric columns. Does Oracle 10g require Oracle.pm version 1.17? Ro

Perl DBD::Oracle module 1.14

2005-04-15 Thread Mayweather, Gerald
Title: Perl DBD::Oracle module 1.14 I am attempting to load DBD::Oracle 1.14 onto an AIX 5.1 system that also contains DBI 1.40. Upon running the perl Makefile.PL and the make command, I get a fatal error that stops the compilation. Can you all offer any suggestion as to why this error is

Re: help for DBD::Oracle module

2003-11-12 Thread paul . boutros
Did you have to make it yourself, or could you just use ppm? >From a DOS prompt try: ppm install ftp://ftp.esoftmatic.com/outgoing/DBI/DBD-Oracle.ppd Quoting Diego Gabriele <[EMAIL PROTECTED]>: > Hi, > > I'm not able to create the Makefile for DBD module. The OS is winXP, I'm > using ActivePerl

help for DBD::Oracle module

2003-11-12 Thread Diego Gabriele
Hi, I'm not able to create the Makefile for DBD module. The OS is winXP, I'm using ActivePerl 5.8.0 and DBD-Oracle-1.14. DBI are already installed. Oracle Home is c:\oracle\ora92. Perl is in c:\Perl. When I type: perl Makefile.pl the console output is following: Using DBI 1.38 installed in

DBI-DBD::Oracle module installation problem

2003-10-03 Thread Mital Parikh
Hi, I installed perl modules DBI-1.32 & DBD::Oracle 1.09. I had chosen these versions b'coz they were already running perfectly on another machine with same environment(Linux 7.2, Perl 5.6.0 Oracle-8.1.7). After installation i ran my perl-script that connects to oracle db. It ran perfectly

Does DBD::Oracle module work with Oracle9i ?

2002-08-14 Thread Shankar Somayajula
Hi, Can we use the DBD::Oracle Perl Module to access a Oracle9i database? I've read the documentation of DBD::Oracle on CPAN which mentions - DBD::Oracle is a Perl module which works with the DBI module to provide access to Oracle databases (both version 7 and 8). rgds Shankar S.

Re: DBD Oracle module installation

2001-08-29 Thread Tim Bunce
On Wed, Aug 29, 2001 at 12:26:18PM -0700, Zhan-Yang Zhu wrote: > I am trying to install DBD-Oracle module (DBD-Oracle-1.08) in my SGI > computer. But I got compilation errors: > syntax error at Makefile.PL line 808, near "'' for" and > syntax erro

DBD Oracle module installation

2001-08-29 Thread Zhan-Yang Zhu
I am trying to install DBD-Oracle module (DBD-Oracle-1.08) in my SGI computer. But I got compilation errors: syntax error at Makefile.PL line 808, near "'' for" and syntax errorr at Makefile.PL line 820, near "@rules for ". My perl is version 5

Problems with Oracle module on a HP-unix machine

2001-06-08 Thread Wesley STROOP
Hi all, Environment: Perl 5.0 OS: HP-unix Oracle: 8.1.9 I installed the DBI modules(DBI-1.16) without problems on a HP-unix machine, the DBD::Oracle (DBD-Oracle-1.06.)though didn't. I had to set the oracle_home variable, which I did. Still a no go. During the compile (make) the compile aborts wi