On Fri, 2004-08-13 at 11:05, charlie cs wrote:
> The following perl script will dump entire table to a
> flat file, much faster than sqlplus spool.
I don't believe Oracle was mentioned.
> Please test it in your case and let me know your
> result.
It will be even faster with $dbh->{RowCacheSize}
On Sat, 2004-08-14 at 11:53, Harald Fuchs wrote:
> Why do you want to use Perl for that? Every DB has some "export"
> feature that's optimized for exactly what you ask for.
You are obviously not an oracle user.
Jared
Naim Haldeda wrote:
Hi,
I'm trying to use pure perl emulation of the DBI internals but without success.
I'm in AIX 5.2 and I can not install compiled version of standard DBI since I've not addmin rights.
Compiled versions of modules don't require root access, they can be
installed in your own us
Hi,
I'm trying to use pure perl emulation of the DBI internals but without success.
I'm in AIX 5.2 and I can not install compiled version of standard DBI since I've not
addmin rights.
I've done the steps mentioned in
http://search.cpan.org/~timb/DBI-1.43/lib/DBI/PurePerl.pm
Can you please tell
[EMAIL PROTECTED] wrote:
Did you install Oracle properly (i.e. from the CDs or from a
download from technet)? Did you read README.clients as suggested?
I installed it from CDs I get from Oracle for linux and the install went smooth.
I am able to connect to a remote db via sqlplus..etc.
I used
Well it has finally happened. PG is native on Windows. Does anyone know if
DBD::PgPP will work with it or do I need to wait for an updated DBD?
Robert