dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Session_cached_cursors - Oracle FAQ

This is a discussion on Session_cached_cursors - Oracle FAQ ; 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 ...


Home > Database Forum > Oracle Database > Oracle FAQ > Session_cached_cursors

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 02-04-2008, 07:27 AM
Database Guru
 
Join Date: Jan 2008
Posts: 2,546
domregchief is on a distinguished road
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 11:53 AM.