| Author |
maximum opened cursors exeeded
|
elhamidi othman
Greenhorn
Joined: Apr 16, 2004
Posts: 1
|
|
When using hibvernate to access an oracle DB I get the following error message: "maximum opened cursors exeeded" I still have the proble even after putting "hibernate.statement_cache.size=0" in my "hibernate.properties" If any one has an idea ?? [ April 16, 2004: Message edited by: elhamidi othman ]
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Hibernate's statement cache doesn't hold on to open cursors. Are you sure you are closing Hibernate sessions after you use them? In a finally block? Have you checked how many cursors Orcale will allow you? This might be set to a very low value.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: maximum opened cursors exeeded
|
|
|