Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Initialization Parameters, 165 of 188


SESSION_CACHED_CURSORS

Parameter type: 

Integer 

Parameter class: 

Dynamic. Scope = ALTER SESSION. 

Default: 

Range of values: 

0 to operating system dependent 

Oracle Parallel Server: 

Multiple instances can have different values. 

SESSION_CACHED_CURSORS lets you specify 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 need not 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.  

See Also: Oracle8i Designing and Tuning for Performance for more information on setting this parameter and its uses. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index