Re: [cx-oracle-users] BLOBs > 2GB
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2010-05-11 20:35:35
|
On Tue, May 11, 2010 at 2:18 PM, VJ Kumar <vj...@gm...> wrote: > Anthony Tuininga <anthony.tuininga@...> writes: > >> >> Hmm, just a question: why would you want to write more than 2 GB at a >> time? Why not write it in chunks smaller than 2 GB? > > I would be happy to, but the write call does not have the offset > parameter as in: > > write(buffer, offset, length). Or does it ? It does indeed. Its even in the documentation.... :-) write(data, offset = 1) is the signature. Anthony |