problems in building perl-DBI

2005-12-21 Thread Hugo Kelder
Hi, Ive downloaded the perl-DBI 1.50 environment for Solaris 2.9 and the first step in building went wrong. The next problem occurs: # perl Makefile.PL Can't locate Test/More.pm in @INC (@INC contains: lib /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib

Re: tim bunce

2005-12-21 Thread simonw
On 12/20/2005 09:06:07 AM, [EMAIL PROTECTED] wrote: Tim Bunce writes: On Mon, Dec 19, 2005 at 01:28:32PM -0500, Mladen Gogala wrote: Why is it that I can't get a response to my question: when will DBD::Oracle fully support Oracle's array interface? I don't get paid to work on

Re: problems in building perl-DBI

2005-12-21 Thread Tim Bunce
On Wed, Dec 21, 2005 at 01:35:05PM +0100, Hugo Kelder wrote: Hi, I've downloaded the perl-DBI 1.50 environment for Solaris 2.9 and the first step in building went wrong. The next problem occurs: # perl Makefile.PL Can't locate Test/More.pm in @INC (@INC contains: lib

Re: problems in building perl-DBI

2005-12-21 Thread louis gonzales
Hugo, It looks like you need to do one of two things to begin with: First, though, try to locate Test/More.pm on your system. Perhaps it's located in another directory, other than one defined in your @INC PERL variable. If you can locate it, you can move it to one of the defined directories.

Re: Bug in Oracle driver ?

2005-12-21 Thread Tim Bunce
On Wed, Dec 21, 2005 at 09:29:18AM -0600, Igor Korolev wrote: Wayne, Tim, Any ideas why DBD::Oracle incorrectly binds even non-numeric value '1130979589-6919-090637' from the below example ? I don't understand the question. Tim. Thank you, Igor

DBD-Sybase 1.07, FreeTDS 0.63, HPUX 11.11: Build problem (make test)

2005-12-21 Thread Rick Frink
Hello, I am trying to use freetds (0.63) as the library for DBD::Sybase (1.07) to communicate with MS SQL 2000 servers. After the build, it does not appear that DBD::Sybase reconizes the freetds config file (/usr/local/freetds/freetds.conf), in particular for defining which host+port make up

Re: DBD::Oracle build failure...

2005-12-21 Thread amonotod
Hey all, So no ideas, from anyone? I'm not a programmer, I'm just a sysadmin/dba who likes Perl. I've got not a single idea about how to fix this, and all the googling I've done hasn't turned up any fixes, just more mentions of similar errors... I'd really appreciate any ideas, pointers,

RE: Bug in Oracle driver ?

2005-12-21 Thread Igor Korolev
If the query has where clause where division_id = :1 and division_order_id = :2 execution tooks way too long taking into account that division_id (VARCHAR2) + division_order_id (VARCHAR2) is the primary key in this table. A simple addition forcing division_order_id to be VARCHAR,

RE: Bug in Oracle driver ?

2005-12-21 Thread Igor Korolev
Wayne, Tim, Any ideas why DBD::Oracle incorrectly binds even non-numeric value '1130979589-6919-090637' from the below example ? Thank you, Igor _ From: Igor Korolev Sent: Thursday, December 15, 2005 4:28 PM To:'dbi-users@perl.org'

RE: Bug in Oracle driver ?

2005-12-21 Thread Andy Hassall
If the two statements have different performance characteristics, they likely have different execution plans. Have you run explain plan on the two statements (with the bind variable placeholders in place, rather than literals)? Or checked the plans actually used through v$sql_plan and the bind