Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1.0, 4.1.1, 4.1.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Similar Issues:
Description
Spring and hibernate hangs on Oracle 9i with clobs (due to a bug in Oracle 9).
The workaround is to use the Oracle 10 jdbc driver to connect to Oracle 9.
Modify portal.properties and set:
hibernate.jdbc.batch_size=0
Do not use the default setting of 20.

See http://jira.atlassian.com/browse/CONF-1527 for more information.