DBI to BerkeleyDB?

2006-08-24 Thread ManKyu Han
Hi. Again. I did benchmark using BerkeleyDB (Hash) module (random select) and the number I got was around 10,000 / sec. I also did similar benchmark using DBD::DBM (with BerkeleyDB Hash support). But this time, the number was too low. (less than 200 /sec). I moved "prepare" outside loop, so D

Re: DBD::Oracle 1.18 installation problem

2006-08-24 Thread Jared Still
On 8/24/06, Lampang, Arman Elianto <[EMAIL PROTECTED]> wrote: *** Error code 2 make: Fatal error: Command failed for target `Oracle.o' I use perl 5.6.1 bundled with Solaris 10 and I got this error message Do anyone can help me ? Use a current version of Perl. I don't know if that is the e

Re: Oralce10g database compatible Perl version, DBD and DBI

2006-08-24 Thread Jared Still
The current one. On 8/24/06, Elangovan, Sasikala <[EMAIL PROTECTED]> wrote: Hi, I would like to know the Oralce10g database compatible Perl version, DBD and DBI.This will be used in HP-UX11V2 O/S. Best Regards, Sasikala, GPSy Development Team, HP-GDIC,Chennai,India, Ph:+91-44-3985 3015.

Re: DBD-DBM too slow

2006-08-24 Thread Jared Still
On Wed, 2006-08-23 at 11:23 -0700, ManKyu Han wrote: > Is there some optimization that I should do? > Yes > # > # This will populate Table > # mkUtil is nothing but collection of simple functions like random number > generator > # and printing time and mes

Oralce10g database compatible Perl version, DBD and DBI

2006-08-24 Thread Elangovan, Sasikala
Hi, I would like to know the Oralce10g database compatible Perl version, DBD and DBI.This will be used in HP-UX11V2 O/S. Best Regards, Sasikala, GPSy Development Team, HP-GDIC,Chennai,India, Ph:+91-44-3985 3015.

DBD::Oracle 1.18 installation problem

2006-08-24 Thread Lampang, Arman Elianto
Hi I try to install DBD::Oracle and I got message when I do make command like this adm1med#spsy|DBD-Oracle-1.18> perl Makefile.PL Using DBI 1.52 (for perl 5.008004 on sun4-solaris-64int) installed in /usr/perl5 /site_perl/5.8.4/sun4-solaris-64int/auto/DBI/ Configuring DBD::Oracle for perl 5.008

finishing sth using Childhandles

2006-08-24 Thread Henri Asseily
Is the below the correct usage for finishing still active child handles of a dbh? foreach my $childh (@{$dbh->{ChildHandles}}) { $childh->finish() if ($childh->{Type} eq 'st'); } I'm getting an error when running the above code: dbih_setup_fbav: invalid number of fields: -1, NUM_OF_FIEL