i found one. database using oracle 8i
first what you do is get the OracleConnection instead of jdbc.Connection object. next insert a empty blob object into database then select the blob object that was inserted previously by using
for update
clause because we do update when we are fetching it.
now read the file and input it into the blob object.
hope below code might help.
hope this code helps you