Re:fetch entire table

2004-08-14 Thread charlie cs
The following perl script will dump entire table to a flat file, much faster than sqlplus spool. Please test it in your case and let me know your result. Thanks Charlie cs #!/usr/bin/perl use strict; use DBI; use DBD::Oracle qw(:ora_types); my $instance = ('dev'); my $username = ('test');

Re: fetch entire table

2004-08-14 Thread Jared Still
On Wed, 2004-08-11 at 09:34, Xinyu Wen wrote: > Hi, > > I would like to know if there is a better way to fetch an entire table > to a file (the file has to be tab delimited) instead of using > fetchrow_array function? Fetchrow_array is working fine but slow to > work with a big table. > > Thanks

Re: DBD::Oracle 1.15 install problems

2004-08-14 Thread Jared Still
See comments inline: On Tue, 2004-08-10 at 12:53, [EMAIL PROTECTED] wrote: > Hiya, > > I just finished installing oracle 9.2i on Redhat 9 (Complete client software group) > and now I am trying to install DBD:Oracle. It isnt going to well. > > My Environment variables are all set.. Oracle_home,

Re: ANNOUNCE: DBD::Oracle 1.16 release candidate 6 - request for testing

2004-08-14 Thread Jared Still
On Sat, 2004-08-07 at 15:32, Tim Bunce wrote: > A mature, and hopefully final, release candidate of DBD::Oracle 1.16 > is available for testing at: > > http://homepage.eircom.net/~timbunce/DBD-Oracle-1.16-rc6-20040807.tar.gz > RH 8.0 Oracle 10.1 DBI 1.42 I found that 1.16 could not determine