Beginner |
 |
Joined: Mon Nov 22, 2004 8:53 pm Posts: 23
|
I'm using Hibernate 3.1.1 with Oracle 10g (JDBC driver version: 10.1.0.4.0) and am experiencing an intermittent problem when inserting CLOBs (strange ORA-01483 errors).
The problem appears to be a bug in Oracle's JDBC driver as documented with this TAR: 4499166.992 (I'd include a link, but the metalink site requires a login to access).
While this bug appears to be fixed, or going to be fixed in a future release Oracle suggests the following workaround:
"close each preparedstatement for each row that gets processed rather than reusing the prepared statement instance from the last loop iteration."
Is there any way to get Hibernate to do this?
-peter
|
|