in reply to
Insert BLOB into DB without using system memory, but using filehandle.
There is no standardized API for "streaming" blobs in and out of DBI handles, but DBD::Oracle does support it. See
the LOBs and LONGs section
of the DBD::Oracle interface.
"What should it profit a man, if he should win a flame war, yet lose his cool?"
Comment on
Re: Insert BLOB into DB without using system memory, but using filehandle.
Replies are listed 'Best First'.
Re^2: Insert BLOB into DB without using system memory, but using filehandle.
by
songahji
(Friar)
on Sep 21, 2009 at 19:53 UTC
Many thanks. ++
[reply]
In Section
Seekers of Perl Wisdom