Re: Query on Perl DBI installation on Linux

2012-11-09 Thread Rafael Caceres
Hi, Make sure you set the LD_LIBRARY_PATH environment variable to the directory whre you have the instantclient installed. Regards, Rafael Caceres - Original Message - From: "srinivasan subramanian" To: dbi-users@perl.org Sent: Friday, November 2, 2012 4:53:28 AM Subject

Problem with t/general.t test 5 with DBD::Oracle

2004-10-07 Thread Rafael Caceres
While trying to make test DBD::Oracle 1.15 (with DBI 1.45), t/general.t test #5 fails. >From reading the test, my understanding is that excercising: eval { $p1=$sth->{NUM_OFFIELDS_typo} }; ok(0, $@ =~ /attribute/); should fail. It does, setting $@ to: Can't get DBI::st=HASH(0x9dd10c4)->{NUM_OFFIE

Suddenly lots of ORA-01001 errors showing up on my logs

2004-09-02 Thread Rafael Caceres
orrect LDA area or open the cursor as required. If there is no problem with the cursor, it may be necessary to increase the AREASIZE and MAXOPENCURSORS options before precompiling. Anyone seen this before? Rafael Caceres

Re: "make" not working for Oracle driver

2004-03-16 Thread Rafael Caceres
Neale: Remove the ..'-q64' from the LD_RUN_PATH in the Makefile. That should fix it. Regards, Rafael Caceres On Mon, 2004-03-15 at 17:50, Neale Hirsh wrote: > Friends > > I installed DBI::Oracle and DBD::Oracle. The latter required modifying the > according to the corre

Re: DBD::Oracle to Oracle9i problem with Database link

2004-03-10 Thread Rafael Caceres
Shail, We had problems using database links with 9.2.0.1.0 and 9.2.0.2.0, after going to 9.2.0.3.0 the problems went away. I should mention that this was in the context of links used outside perl/DBI, and were rather aleatory. Rafael Caceres On Wed, 2004-03-10 at 15:49, Shail Dahal wrote

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

2004-02-23 Thread Rafael Caceres
Tim, > > On Mon, Feb 23, 2004 at 08:47:44AM -0500, Rafael Caceres wrote: > > > Bjorn: > > > > > > No, I abandoned the idea after reading several postings indicating > > that > > > there were problems with 64 bit perl. > > > >

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

2004-02-23 Thread Rafael Caceres
Bjorn: No, I abandoned the idea after reading several postings indicating that there were problems with 64 bit perl. regards, Rafael Caceres On Mon, 2004-02-23 at 07:59, [EMAIL PROTECTED] wrote: > Rafael, > > Were you ever able to build a full 64-bit perl, DBI and DBD-ORACLE?

Re: DBD::Oracle cant make with 9.2

2003-07-22 Thread Rafael Caceres
ump, or simply hang). The same goes for a Linux build or a Digital build, regarding access of different Oracle versions. Rafael Caceres On Tue, 2003-07-22 at 08:12, [EMAIL PROTECTED] wrote: > > I dont believe I compiled Oracle. During the installation it was linked > but I am not sure i

Re: DBD::Oracle cant make with 9.2

2003-07-21 Thread Rafael Caceres
references to the -q64 or -q32 parameters for ld in Makefile, as they shouldn't be there. Rafael Caceres On Mon, 2003-07-21 at 15:00, [EMAIL PROTECTED] wrote: > Hi all > I am having real difficulties trying to get DBD to work with Oracle 9.2.0.3 > Every time I try to make I ge

Re: forcing DBD::Oracle to install

2003-07-03 Thread Rafael Caceres
Ian: perl -MCPAN -e `force install DBD::Oracle` will do. But then, you will not have tested that the module operates correctly. A better approach is to setup the ORACLE_SID (or TWO_TASK), ORACLE_HOME and ORACLE_USERID environment variables required for the build/test process before you attempt to

RE: Select BLOB field

2003-06-24 Thread Rafael Caceres
No, it has to do with the version of the OCI libraries that DBD::Oracle was linked with. In fact, if you link with the 9.x libraries, you can't access a 7.x server, or if you linked with 7.x libraries, you can't access a version 9.x server. I do not have an 8.x server (or it's client libraries), bu

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

2003-06-19 Thread Rafael Caceres
next week, and will post results. If you try this route, per Tim Bunce's comment, disregard a DBI test fail on 03handle.pl indicating that the wrong number of bytes was returned. regards, Rafael Caceres On Wed, 2003-06-18 at 08:42, [EMAIL PROTECTED] wrote: > > Guys, I'm having the sa

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

2003-06-16 Thread Rafael Caceres
onversions under DBI, and DBI does not build correctly. Can anyone point at the 'right' combination of Perl build parameters to enable using DBD::Oracle under AIX 5.1 with Oracle 9.2? Rafael Caceres