Re: cannot install DBD::Oracle

2014-04-08 Thread Yambu
On Tue, Apr 8, 2014 at 12:27 AM, Rui Pereira wrote: > Have you tried versions 1.17 or 1.18 of DBD::Oracle? > > Your Oracle version appears to be old, newer versions of the module don't > support them. > > > Best regards, > Rui > > > On Wed, Apr 2, 2014 at 10:

Re: cannot install DBD::Oracle

2014-04-07 Thread Rui Pereira
Have you tried versions 1.17 or 1.18 of DBD::Oracle? Your Oracle version appears to be old, newer versions of the module don't support them. Best regards, Rui On Wed, Apr 2, 2014 at 10:02 AM, Luca Ferrari wrote: > On Wed, Apr 2, 2014 at 9:06 AM, Zapp Prefect > wrote: > &g

Re: cannot install DBD::Oracle

2014-04-02 Thread Luca Ferrari
quot; Thanks, but it was clear enough that I was missing ORACLE_HOME, what is not clear to me is to what I have to refer to. Pointing it to the sql developer installation (3.2) presents me this message: [...] Oracle version 8.0.0.0 (8.0) DBD::Oracle no longer supports Oracle client versions

cannot install DBD::Oracle

2014-04-02 Thread Luca Ferrari
Hi all, I'm running a linux box with the Oracle SQL Developer installed. The DBD::Oracle module refuses to install claiming it cannot find a value for ORACLE_HOME and/or an oralc einstallation. Do I need to install something else for the perl module to work or does it suffice to point ORACLE

Re: DBD Oracle Assistance

2010-05-26 Thread C.DeRykus
iteration of the loop, the insert statement > fails > > Here is the exact error: > > DBD::Oracle::st execute failed: Error while trying to retrieve text for > error ORA-03113 (DBD ERROR: OCIStmtExecute) > > Does anyone have any clues as to why this could be happening? > Di

DBD Oracle Assistance

2010-05-24 Thread Gorrebeeck, Robert
All I have a perl script that connects to Oracle 10.2 database. I have a very simple insert statement that inserts data into a table within a loop. The problem is on the 2nd iteration of the loop, the insert statement fails Here is the exact error: DBD::Oracle::st execute failed

DBD::Oracle error

2009-06-10 Thread Anirban Adhikary
Hi list when I am running a perl code which uses DBI and DBD::Oracle I am getting the following error DBD::Oracle initialisation failed: Undefined subroutine &DBI::common::STORE called at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/DBD/Oracle.pm line 68. at ctva/data/libora.pm

perl2exe and DBI, DBD::Oracle modules

2009-03-10 Thread Sarsamkar, Paryushan
Hi All, I have one perl script which connects to oracle db and run some queries and get the job done. The initial code is as followed - --code--- #!/usr/bin/perl use strict; use warnings; use DBI; use DBD::Oracle; --code--- Then I have used perl2exe to generate a file so as to

Error compiling DBD-Oracle-1.22 with cygwin

2008-11-04 Thread james.agun
Hi, I am having problems with cygwin/dbd-oracle 1. I have installed cygwin 2. I have installed DBI-1.607 3. I am trying to compile DBD-Oracle-1.22 This is the step creating the issue --> $ perl Makefile.PL Oracle version 9.2.0.1 (9.2) OCI directory not found, please install OCI in C:/

DBD::Oracle in 64 bit Linux

2007-08-02 Thread a_arya2000
Hi, I am trying to install DBD::Oracle in a Linux 64 bit machine but facing problem and not sure what i am doing wrong. make looks ok, but when I run make test I get this. --- t/01baseFailed to load Oracle extension and/or shared libraries: install_driver

Re: DBD::Oracle for perl testing issues

2007-07-05 Thread Tom Phoenix
On 7/5/07, Dan King <[EMAIL PROTECTED]> wrote: I am attempting to install DBD::Oracle for Perl. I am having some difficulties though. During the make test procedure a number of my tests fail. One of them is the 10general.t test. It fails on lines 31 and 32 which has is system("exit

DBD::Oracle for perl testing issues

2007-07-05 Thread Dan King
I am attempting to install DBD::Oracle for Perl. I am having some difficulties though. During the make test procedure a number of my tests fail. One of them is the 10general.t test. It fails on lines 31 and 32 which has is system("exit 1;"), 1<<8, 'system exit 1 should r

Re: DBD::Oracle installation script assumes oracle is installed local ly?

2005-09-04 Thread Robert Citek
On Aug 31, 2005, at 9:55 AM, Scott Taylor wrote: [EMAIL PROTECTED] said: Hi all. I am attempting to install DBD::Oracle from the perl CPAN shell. The installation script seems to assume that oracle is installed locally. It asks me to set ORACLE_HOME to the path the oracle is installed and

Re: DBD::Oracle installation script assumes oracle is installed local ly?

2005-08-31 Thread Scott Taylor
[EMAIL PROTECTED] said: > Hi all. I am attempting to install DBD::Oracle from the perl CPAN shell. > The installation script seems to assume that oracle is installed locally. It > asks me to set ORACLE_HOME to the path the oracle is installed and to try > again. Well I don't have

DBD::Oracle installation script assumes oracle is installed local ly?

2005-08-31 Thread brian . barto
Hi all. I am attempting to install DBD::Oracle from the perl CPAN shell. The installation script seems to assume that oracle is installed locally. It asks me to set ORACLE_HOME to the path the oracle is installed and to try again. Well I don't have oracle installed locally. I want to instal

RE: DBD::Oracle issue

2005-06-01 Thread TheRefUmp
[EMAIL PROTECTED] wrote: >ALL, > > > >Can someone help out with this error: > > > >DBD::Oracle::st execute failed: ORA-03106: fatal two-task communication >protocol error (DBD ERROR: error possibly near <*> indicator at char 23 in >'selec

Re: DBD::Oracle issue

2005-06-01 Thread mfatene
cript 4. verify that select * from dual is OK Mathias Selon [EMAIL PROTECTED]: > ALL, > > > > Can someone help out with this error: > > > > DBD::Oracle::st execute failed: ORA-03106: fatal two-task communication > protocol error (DBD ERROR: error possibly near <

RE: DBD::Oracle issue

2005-06-01 Thread christopher . l . hood
your assistance. Chris Hood  -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 8:02 AM To: Christopher L. Hood Cc: mysql@lists.mysql.com; beginners@perl.org Subject: Re: DBD::Oracle issue Hi, I'll try even if this is not a neither o

DBD::Oracle issue

2005-06-01 Thread christopher . l . hood
ALL, Can someone help out with this error: DBD::Oracle::st execute failed: ORA-03106: fatal two-task communication protocol error (DBD ERROR: error possibly near <*> indicator at char 23 in 'select table_name from <*>all_tables') [for Statement "select tabl

Re: DBD::Oracle problems

2005-05-31 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote: All, I am getting the following error while trying to use DBD::Oracle: DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD ERROR: OCIStmtExecute) [for Statement "describe ALL_USERS"] at ./oracleTest.pl line 69. My oracle days were a

DBD::Oracle problems

2005-05-31 Thread christopher . l . hood
All, I am getting the following error while trying to use DBD::Oracle: DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD ERROR: OCIStmtExecute) [for Statement "describe ALL_USERS"] at ./oracleTest.pl line 69. I have tested the connection manually with sq

DBD::Oracle

2004-12-14 Thread perl_cova
Now when I execute make I get the following error: [EMAIL PROTECTED] DBD-Oracle-1.16]# make gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -DVERSION

Re: DBD::Oracle Instalation errors

2004-12-14 Thread Lawrence Statton
> I'm trying to install DBD:Oracle module (Itanium 64 bits) and when I execute > make i get the following errors: > from Oracle.xs:1: > dbdimp.h:44:17: oci.h: No such file or directory > dbdimp.h:45:22: oratypes.h: No such file or directory > dbdimp.h:46:20: ocidfn.h: No such file

DBD::Oracle Instalation errors

2004-12-14 Thread perl_cova
I'm trying to install DBD:Oracle module (Itanium 64 bits) and when I execute make i get the following errors: [EMAIL PROTECTED] DBD-Oracle-1.16]# make gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_S

DBD::Oracle installation Woes

2004-09-21 Thread christopher . l . hood
Ok here is the deal, our admin is trying to install DBD::Oracle for me to access one of our affiliates databases. The oracle "instant basic client" and "sqlplus" has been installed as well as GetOpt::Long. The installations all went well except for DBD::Oracle, it fails to

DBD::Oracle and 64bit libraries

2004-05-18 Thread Michael . O'Neil
Hi, How can I get DBD::Oracle to compile and work with Oracle's 64bit libraries? The solution to the ELF error I received was to change all references to the 64bit libraries to 32bit. It worked but the developers would like to use 64bit libraries with DBD::Oracle. Tnx, Mike -

Re: DBI/DBD/Oracle Installation

2004-05-06 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jeff Westman) writes: >To install the DBI and DBD drivers for Oracle, >I would want to install these in my $HOME directory. > >Does anyone know if these require a C/C++ compiler to install >once I download from CPAN? Try ActiveState; they a

DBI/DBD/Oracle Installation

2004-05-05 Thread Jeff Westman
Hi All , To install the DBI and DBD drivers for Oracle, I would want to install these in my $HOME directory. Does anyone know if these require a C/C++ compiler to install once I download from CPAN? The compiler here is HPUX and not gcc compliant. I'm just asking ahead of time hoping some

Re: DBD::Oracle

2003-11-01 Thread John
Try install Perl 5.6.1 build 635 ActiveState. It's the only perl version that has the dbd::Oracle module available. - Original Message - From: "Olivier Wirz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 01, 2003 1:54 PM Subject: DBD::Ora

DBD::Oracle

2003-11-01 Thread Olivier Wirz
Hello, I try to install DBI and DBD::Oracle on a Windows XP. With DBI it works fine this way: ppm install DBI but it doesn't work with DBD::Oracle install DBD::Oracle --> Searching for 'DBD::Oracle' returned no results Is there a way to install it with ppm otherwise ?

Re: DBD::Oracle not executing stored procedure properly...

2003-08-10 Thread david
Hamish Whittal wrote: > Hi all, > > I have a stored procedure that is defined as follows: > PROCEDURE Add_ComponentDetails( > p_ComponentID IN number, > p_PollingID IN number, > p_Answer IN varchar2, > p_ASNNumber IN varchar2) > > In my perl code, I exec the following: > my $plsql_par

DBD::Oracle not executing stored procedure properly...

2003-08-05 Thread Hamish Whittal
ND; When I submit this in SQLPlus, it works like a bomb, but when submitting it from the perl code above, it does absolutely nothing. I am at a complete loss of why this could be. I am running the following: Oracle9i Enterprise Edition Release 9.2.0.1.0 Perl DBD::Oracle v 1.12 Perl: v5.6.1 built fo

Re: compiling DBD::Oracle

2003-06-17 Thread Rob Anderson
The Oracle database is running on a Windows machine > whereas the perl script will be running on a Linux box (RH7.1/2). > > I have installed DBI v1.34 from source. Now I am ready to compile the > DBD-Oracle module. However, the README file suggests that I " ... > [i]nstall enough Ora

compiling DBD::Oracle

2003-06-16 Thread Robert Citek
that connects to an Oracle database. The Oracle database is running on a Windows machine whereas the perl script will be running on a Linux box (RH7.1/2). I have installed DBI v1.34 from source. Now I am ready to compile the DBD-Oracle module. However, the README file suggests that I " .

DBD::Oracle row count not working

2002-11-14 Thread Kevin Old
Hello all, I've been using DBD::Oracle for quite some time now, but have just noticed a major problemI can't get the number of rows returned from a query. Here's my code: #db2 handle defined here $sth2 = $dbh2->prepare($select); $sth2->execute;

RE: DBI and DBD:: Oracle problem

2002-06-07 Thread Naser Ali
It is a refernce to an address_type. -Original Message- From: Joe Raube [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 8:57 AM To: '[EMAIL PROTECTED]' Subject: Re: DBI and DBD:: Oracle problem What does your table look like? What is the data type of the 4th field?

Re: DBI and DBD:: Oracle problem

2002-06-07 Thread Joe Raube
one help please, > > = > #!/usr/bin/perl -w > # > > use DBI; # Load the DBI module > use DBD::Oracle; > > ### Perform the connection using the Oracle driver > my $dbh = DBI->connect ( 'dbi:Oracle:db01', 'user1', 'user1' ) >

DBI and DBD:: Oracle problem

2002-06-07 Thread Naser Ali
U have this program which connects to an Oracle 8i database but I get the following error message. Can anyone help please, = #!/usr/bin/perl -w # use DBI;# Load the DBI module use DBD::Oracle; ### Perform the connection using the

RE: DBI, KEYS, DBD::Oracle, KEY Sequence #

2002-01-24 Thread Bob Showalter
> -Original Message- > From: Steve Few [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 24, 2002 10:37 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: DBI, KEYS, DBD::Oracle, KEY Sequence # > > > What is best way to assign a KEY index number

DBI, KEYS, DBD::Oracle, KEY Sequence #

2002-01-24 Thread Steve Few
Dear kind neighbors, {sorry for cross posting} Thanks in the past for your great help. [I'm not a DB programmer, and I have no help...whine whine..] || NT 4,svp 6, ASPerl build 629; DBI, PPM2.1.5, DBD::Oracle MY Question(s): { please note I did refer to Tim Bunce DBI Book,

Help with DBD::Oracle package

2001-08-16 Thread Ajit Tawde
Hi, I am using ActiveState Perl 5.6 on Windows NT 4.0. I want to use package DBD::Oracle to access the database. I downloaded the required .ppd file. When installing it I got message that it is not intended for this build of Perl (MSWin32-x86-multi-thread'. There is also another t

RE: Installing and configuring DBI and DBD::Oracle

2001-06-08 Thread EOIN SHALLOO
ry on my machine. Then I can start on the Oracle DBI and installing it! Any help much appreciated again. Thanks, Eoin -Original Message- From: Ken [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 4:08 PM To: EOIN SHALLOO; [EMAIL PROTECTED] Subject: Re: Installing and configuring

Re: Installing and configuring DBI and DBD::Oracle

2001-06-08 Thread Ken
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 2:43 AM Subject: Installing and configuring DBI and DBD::Oracle > > Hi, > > > > I hope someone can help as I am new at Perl and configuring its setup. > > > > Setup: NT Service Pack 5 > &

Installing and configuring DBI and DBD::Oracle

2001-06-08 Thread EOIN SHALLOO
> Hi, > > I hope someone can help as I am new at Perl and configuring its setup. > > Setup:NT Service Pack 5 > Oracle iAS 1.0.2.1 (with Apache Apache/1.3.12 Server) > Oracle 8.1.7 Release3 > Perl 5.00503 > > > I have downloaded the