Oracle8i Reference Release 2 (8.1.6) Part Number A76961-01 |
|
Dynamic Performance (V$) Views, 147 of 179
This fixed view lists statistics that help you tune the reserved pool and space within the shared pool.
Column | Datatype | Description |
---|---|---|
The following columns of V$SHARED_POOL_RESERVED are valid only if the initialization parameter shared_pool_reserved_size is set to a valid value. See Also: "SHARED_POOL_RESERVED_SIZE". |
||
|
|
Total amount of free space on the reserved list |
|
|
Average size of the free memory on the reserved list |
|
|
Number of free pieces of memory on the reserved list |
|
|
Size of the largest free piece of memory on the reserved list |
|
|
Total amount of used memory on the reserved list |
|
|
Average size of the used memory on the reserved list |
|
|
Number of used pieces of memory on the reserved list |
|
|
Size of the largest used piece of memory on the reserved list |
|
|
Number of times that the reserved list was searched for a free piece of memory |
|
|
Number of times the reserved list did not have a free piece of memory to satisfy the request, and started flushing objects from the LRU list |
|
|
Request size of the last request miss, when the reserved list did not have a free piece of memory to satisfy the request and started flushing objects from the LRU list |
|
|
Request size of the largest request miss, when the reserved list did not have a free piece of memory to satisfy the request and started flushing objects from the LRU list |
The following columns of V$SHARED_POOL_RESERVED contain values which are valid even if shared_pool_reserved_size is not set. |
||
|
|
Number of times that no memory was found to satisfy a request (that is, the number of times the error ORA-4031 occurred) |
|
|
Request size of the last failed request (that is, the request size for the last ORA-4031 error) |
|
|
Minimum size of a request which signals an ORA-4031 error without flushing objects |
|
|
Number of requests that signalled an ORA-4031 error without flushing objects |
|
|
Last size of the request that returned an ORA-4031 error without flushing objects from the LRU list |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|