RE: Oracle.dll load Failure V5.8.1

2003-12-29 Thread Jeff Urlwin
> > I just installed ActivePerl 5.8.1.807 on a WinXP box. > I downloaded and installed DBI 1.37 and DBD-Oracle 1.13 from > ftp.esoftmatic.com without incurring any errors. > > However, when attempting to run this code: > #code snippet > use DBI; > $dbh = DBI->connect("dbi:Oracle:host=hxddba01;s

RE: Oracle 9i/DBD1.14/Solaris 8 or 9 64bit

2003-12-29 Thread LY, Michelle
sure... From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: Mon 12/29/2003 6:01 PM To: LY, Michelle Cc: [EMAIL PROTECTED] Subject: Re: Oracle 9i/DBD1.14/Solaris 8 or 9 64bit Any chance you can try to fix the Makefile.PL to do the right thing and send it to me? Tim

Re: Oracle.dll load Failure V5.8.1

2003-12-29 Thread David N Murray
I got this same error and have seen others post with the same problem. I d/l'd the whole oracle kit (dbd-oracle-1.14, from cpan) and built it on my machine, and it works fine (DBI doesn't have any .dll dependencies that I'm aware of). I have the full oracle 8.1.4 client installed, MSVC 6 SP3, and

Re: The official word on Oracle 9i support in DBD::Oracle

2003-12-29 Thread Michael A Chase
On Mon, 29 Dec 2003 12:15:12 + Tim Bunce <[EMAIL PROTECTED]> wrote: > The next version addresses this by removing the "8" in references to > Oracle :) Another thing I've been meaning to bring up. If you have to have different versions for different OCIs in the future, make the option positiv

Re: Oracle 9i/DBD1.14/Solaris 8 or 9 64bit

2003-12-29 Thread Tim Bunce
Any chance you can try to fix the Makefile.PL to do the right thing and send it to me? Tim. On Mon, Dec 29, 2003 at 05:09:39PM -0500, LY, Michelle wrote: > My thanks goes out to Tim Bunce (provided the new Makefile.PL) and > Michael Nhan who indicated that one of the parameters was missing. > Thi

Oracle 9i/DBD1.14/Solaris 8 or 9 64bit

2003-12-29 Thread LY, Michelle
My thanks goes out to Tim Bunce (provided the new Makefile.PL) and Michael Nhan who indicated that one of the parameters was missing. This is what I did make realclean perl Makefile.PL Edited the new Makefile to point all 9.2/lib and 9.2/rdbms/lib to their 32bit counterparts. Then made sure that

Oracle.dll load Failure V5.8.1

2003-12-29 Thread Capacio, Paula J
I just installed ActivePerl 5.8.1.807 on a WinXP box. I downloaded and installed DBI 1.37 and DBD-Oracle 1.13 from ftp.esoftmatic.com without incurring any errors. However, when attempting to run this code: #code snippet use DBI; $dbh = DBI->connect("dbi:Oracle:host=hxddba01;sid=mp3u", 'scott', '

Re: Solaris 9/Oracle 9.2.0.4/perl 5.6.1 and DBD 1.14

2003-12-29 Thread Sean Kelly
Quoting Tim Bunce: > Please let me know if the attached Makefile.PL helps either or both of > you. DBD::Oracle does not build cleanly for me with the supplied Makefile.PL. I get a: ld: fatal: file /app/oracle/product/9.0.1/lib//libclntsh.so: wrong ELF class: ELFCLASS64 message. Looking

RE: Automatng import

2003-12-29 Thread Steve Baldwin
Do you really need to execute your commands via SQL*Plus ? Many of the things you can do in SQL*Plus you can do using DBI. If you definitely need SQL*Plus, here are a couple of ways of using it ... (fork a child process then exec sqlplus from the child. This is a snippet from an existing progra

Re: Problem installing DBD for Oracle 9i

2003-12-29 Thread Michael Nhan
Hi, --->Snip< > > -L/appora/oracle/product/9.2/rdbms/lib32/ -L/appora/oracle/produ > ct/9.2/lib32/ /appora/oracle/product/9.2/lib32 -lclntsh -lnbeq9 ^ | Appears you left out a parameter of -R here. Thus the error that is reported about this being unknown. >

Problem installing DBD for Oracle 9i

2003-12-29 Thread LY, Michelle
During the make I am still receiving the following error Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs rm -f blib/arch/auto/DBD/Oracle/Oracle.so LD_RUN_PATH="/appora/oracle/product/9.2/lib32:/appora/oracle/product/9 .2/rdbms/lib32" /opt/SUNWspro/bin/cc -G -L/usr/lib -L/usr/ccs/lib -L/

SuSE 9 and DBD::Oracle

2003-12-29 Thread John
Does SuSEE 9 pro contains all related database modules and especially DBD::Oracle? If not then,is there the dbd::oacle for the Perl 5.8.1 on a linux box?

Re: The official word on Oracle 9i support in DBD::Oracle

2003-12-29 Thread Sean Kelly
Quoting Tim Bunce <[EMAIL PROTECTED]>: > The next version addresses this by removing the "8" in references to > Oracle :) Tim, Many thanks - that will make my documents look all the better ;) -- Sean Kelly <[EMAIL PROTECTED]>

RE: Automatng import

2003-12-29 Thread Mayes, Iman
Hi, Here is a little something I do to execute sqlplus commands from shell scripts. This is just a snippet from a database startup script, so you'll have to season to taste. This should get you started in the right direction. sqlplus /nolog

Problem on make DBD-Oracle 1.14 at Solaris

2003-12-29 Thread macheung
Hi All, I am failed to make the DBD-Oracle 1.14 on Oracle 8.1.6 client Solaris 8 machine. At the beginning, I fail to "perl Makefile.PL", it said it cannot find the oracle.mk or demo_rdbms.mk, so I copy demo_rdbms.mk from my oracle server. Then the "perl Makefile.PL" succussfully without error

Re: The official word on Oracle 9i support in DBD::Oracle

2003-12-29 Thread Tim Bunce
The next version addresses this by removing the "8" in references to Oracle :) Tim. On Sun, Dec 28, 2003 at 08:10:33PM +, Sean Kelly wrote: > Hi, > > The latest version of DBD::Oracle is 1.14. The documentation (the stuff > on CPAN at http://search.cpan.org/~timb/DBD-Oracle-1.14/Oracle.pm