I am trying to allow users to choose a file from local hard disk and to insert it with java in a Oracle Data base as BLOB value.
The setBinaryStream did not allow big files.
with the setBlob I have no way to convert the file to a blob.
Is the import of a blob file from the DB then overwrite it the unique solution?.
Regards, Haythem