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 ...
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| 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. |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT -4. The time now is 11:53 AM.




Linear Mode