Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

CLIENT_RESULT_CACHE_SIZE

Property Description
Parameter type Big integer
Syntax CLIENT_RESULT_CACHE_SIZE = integer [K | M | G]
Default value 0
Modifiable No
Range of values 0 to operating system-dependent
Basic No

CLIENT_RESULT_CACHE_SIZE specifies the maximum size of the client per-process result set cache (in bytes). All OCI client processes inherit this maximum size. Setting a nonzero value enables the client query cache feature. This can be overridden by the client configuration parameter OCI_RESULT_CACHE_MAX_SIZE.

See Also:

Oracle Call Interface Programmer's Guide for more information about the client query cache feature