| Author |
Oracle BLOBs and Hibernate
|
Maris Orbidans
Ranch Hand
Joined: Mar 08, 2004
Posts: 149
|
|
hi guys how do you store BLOBs in Oracle ? I have managed to store a CLOB (>4kb) and I thought the same idea (as decribed here http://www.hibernate.org/56.html) would work with BLOBs, but it doesn't. This code appears to be writing something into the BLOB, but nothing gets written into the database. This code creates a new row, but BLOB is empty. I am using Hibernate 3.2, Oracle 10g XE and thin jdbc driver.
|
 |
 |
|
|
subject: Oracle BLOBs and Hibernate
|
|
|