dbTalk Databases Forums  

session_cached_cursors 9.2.0.5

comp.database.oracle.server comp.database.oracle.server


Discuss session_cached_cursors 9.2.0.5 in the comp.database.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dk
 
Posts: n/a

Default session_cached_cursors 9.2.0.5 - 05-04-2005 , 09:54 PM






I have a situation where sql is executed from a java client to an Oracle
9.2.0.5 database. We have open cursors set at 1000 and
session__cached_cursors set to 0. The java code is executed many times
throughout the day. However, we are having to re-cycle our app because
of ora-1000 errors. It looks like each time a sql statement is executed
a new cursor is opened up(we are using bind variables). My
understanding is that by setting session_cached_cursors to 0 we actually
are getting a default of 50. My understanding is that
session_cached_cursors contains cursors that have been
used/closed/cached whereas open_cursors are cursors that have not been
closed.

Does anyone have any idea why the sql is not being reused???

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.