http://www.perlmonks.org?node_id=796160


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.
  • 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. ++