Session_cached_cursors

This is a discussion on Session_cached_cursors within the Oracle FAQ forums in Oracle Database category; Type:Integer Default:50 Modify:ALTER SESSION Range:0 to operating system-dependent Rac:Multiple instances can have different values. Notes:SESSION_CACHED_CURSORS specifies the number of session cursors to cache.Repeated parse calls of the same SQL statement cause the session cursor for that statement to be moved into the session cursor cache. Subsequent parse calls will find the cursor in the cache and do not need to reopen the cursor. Oracle uses a least recently used algorithm to remove entries in the session cursor cache to make room for new entries when needed.This parameter also constrains the size ...

Go Back   Database Forum > Oracle Database > Oracle FAQ

Database Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 02-04-2008, 07:27 AM
Post Session_cached_cursors

Type:Integer
Default:50
Modify:ALTER SESSION
Range:0 to operating system-dependent
Rac:Multiple instances can have different values.
Notes:SESSION_CACHED_CURSORS specifies the number of session cursors to cache.Repeated parse calls of the same SQL statement cause the session cursor for that statement to be moved into the session cursor cache. Subsequent parse calls will find the cursor in the cache and do not need to reopen the cursor. Oracle uses a least recently used algorithm to remove entries in the session cursor cache to make room for new entries when needed.This parameter also constrains the size of the PL/SQL cursor cache which PL/SQL uses to avoid having to reparse as statements are re-executed by a user.
Reply With Quote
Reply


Thread Tools
Display Modes



All times are GMT -4. The time now is 05:37 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by bbpixel2008 :: jvbPlugin R1013.368.1

Search Engine Friendly URLs by vBSEO 3.1.0
vB Ad Management by =RedTyger=
In an effort to better serve ads to our visitors, cookies are used on Mydatabasesupport.com. For more information, check out our Privacy Policy.