Storing large BLOBs
Posted by: Jay Key
Date: February 01, 2005 06:32AM

I'm trying to load large blobs using the Connector/J drivers, and can't seem to find a combination of code that does the trick. It seems that the PreparedStatement.setBinaryStream() method actually attempts to allocate a byte array for the ENTIRE amount of data being stored. Is there any workaround to not have to read the whole file into memory?

Options: ReplyQuote


Subject
Written By
Posted
Storing large BLOBs
February 01, 2005 06:32AM
February 01, 2005 08:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.