Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

org.hibernate.AssertionFailure: scrollable result sets are not enabled

751819Apr 1 2010 — edited Apr 2 2010
I am using hibernate with oracle and got the following code snippet:

ScrollableResults results = criteria.scroll(ScrollMode.SCROLL_SENSITIVE);

When I run the above snippet I get the following exception:

org.hibernate.AssertionFailure: scrollable result sets are not enabled

I'm using hibernate 3.2.2.ga and oracle 10g

Can someone help me? How can I solve this problem?

Victor Lindberg

Edited by: user5745495 on 01/04/2010 14:15
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2010
Added on Apr 1 2010
1 comment
1,683 views