10.55 V$SHARED_POOL_LRU_EFFORT
V$SHARED_POOL_LRU_EFFORT
displays information about shared
pool LRU scans.
This view allows you to determine the amount of time spent scanning the shared pool LRU in an effort to free up space.
Column | Datatype | Description |
---|---|---|
|
|
Shared pool subpool to which this data pertains |
|
|
Number of seconds that have elapsed since this scan row was performed |
|
|
Number of milliseconds spent performing the scan |
|
|
Size of the memory request |
|
|
Comment for the chunk being requested |
|
|
Number of bytes freed to satisfy this request |
|
|
Number of objects evicted to satisfy this request |
|
|
Number of times an eviction request was rejected |
|
|
Comment for the first |
|
|
Number of times an object was skipped because of an incompatible latch |
|
|
Time at which the scan was performed |
|
|
ID of the session that requested the scan |
|
|
Time at which the report was run You can compare to this column to the
|
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
This view is available starting with Oracle Database 23ai.