Re: DBD::Sybase

2007-05-01 Thread Justin Zygmont
[EMAIL PROTECTED] wrote: I presume that you are on a 64bit version of Linux. If that's the case, then you have two choices: 1. Rebuild perl (and all the other XS extensions that you use) in 32bit mode or 2. Find 64 bit libraries for Sybase. These exist, but are not free. You should be

Re: Proposal for new $h-{ReadOnly} attribute

2007-05-01 Thread Tim Bunce
On Tue, May 01, 2007 at 10:43:40AM +0200, H.Merijn Brand wrote: On Mon, 30 Apr 2007 14:56:37 +0100, Tim Bunce [EMAIL PROTECTED] wrote: I've just added this to the DBI docs: =item CReadOnly (boolean, inherited) An application can set the CReadOnly attribute of a handle to a true

Fwd: Proposal for new $h-{ReadOnly} attribute

2007-05-01 Thread Jonathan Leffler
Ooops; most of the mailing lists I work with redirect responses to the list. I forget this one doesn't. -- Forwarded message -- From: Jonathan Leffler [EMAIL PROTECTED] Date: May 1, 2007 6:32 AM Subject: Re: Proposal for new $h-{ReadOnly} attribute To: H.Merijn Brand [EMAIL

Trying to set up DBI for oracle

2007-05-01 Thread Ben Edwards
I am trying to set up DBI Oracle stuff on a couple of boxes. One is Ubuntu Feiesty and the other is running SunOS 5.8. I have been using the following test script. #!/usr/bin/perl use DBI; $dbh = DBI-connect( dbi:Oracle:gen3, user, pass ); Linux --- I get: install_driver(Oracle) failed:

RE: Trying to set up DBI for oracle

2007-05-01 Thread Garrett, Philip \(MAN-Corporate\)
Ben Edwards wrote: I am trying to set up DBI Oracle stuff on a couple of boxes. One is Ubuntu Feiesty and the other is running SunOS 5.8. I have been using the following test script. #!/usr/bin/perl use DBI; $dbh = DBI-connect( dbi:Oracle:gen3, user, pass ); Linux --- I get:

RE: Trying to set up DBI for oracle

2007-05-01 Thread Reidy, Ron
Ben, Do you have at least the Oracle client installed on these boxes? If not, you need to install Oracle; if so, use CPAN to load the modules: $ cpan CPAN install DBI CPAN install DBD::Oracle -- Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Ben Edwards

Uninstall DBD-Oracle on HP

2007-05-01 Thread Capacio, Paula J
Hello, I built DBD-Oracle for version 10 using a /usr/oracle/rdbms directory. However, now the DBAs want me to build it against a /usr/oracle/client directory instead. What is the best way to uninstall DBD-Oracle? Do I delete each directory and file that was created by the 'make install' or is

RE: Uninstall DBD-Oracle on HP

2007-05-01 Thread Reidy, Ron
Just reinstall it after the new Oracle software is installed. -- Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Capacio, Paula J [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 2:07 PM To: dbi-users@perl.org Subject: Uninstall DBD-Oracle on HP Hello, I built

ANNOUNCE: DBI 1.55 RC3

2007-05-01 Thread Tim Bunce
You can download it from http://homepage.mac.com/tim.bunce/.Public/perl/DBI-1.55-RC3.tar.gz =head2 Changes in DBI 1.55 (svn rev 9480), 1st May 2007 Fixed set_err() so HandleSetErr hook is executed reliably, if set. Fixed accuracy of profiling when perl configured to use long doubles.