Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
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
View PDF

SHARED_POOL_RESERVED_SIZE

Property Description
Parameter type Big integer
Syntax SHARED_POOL_RESERVED_SIZE = integer [K | M | G]
Default value 5% of the value of SHARED_POOL_SIZE
Modifiable No
Range of values Minimum: 5000

Maximum: one half of the value of SHARED_POOL_SIZE


SHARED_POOL_RESERVED_SIZE specifies (in bytes) the shared pool space that is reserved for large contiguous requests for shared pool memory.

You can use this parameter to avoid performance degradation in the shared pool in situations where pool fragmentation forces Oracle to search for and free chunks of unused pool to satisfy the current request.

See Also: