Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Closing Explicit Cursors
Perhaps you might spend some time on the AskTom site:
and peruse topics such
sharable sql
reusable sql
cursor_sharing
If you're looking for a quick fix, your dba could set the initialization parameter cursor_sharing='SIMILAR' instance-wide, or you could set this in your own session.
if you have dba access, flush the shared_pool after setting this parameter.
You will likely not need to increase the number of open_cursors, but a
value of 512 might be a good idea.
What is the value of the initialization parameter
"session_cached_cursors" set to?
btw - you posted no version information.
-bdbafh Received on Tue Dec 06 2005 - 13:55:02 CST
![]() |
![]() |