Oracle 11gR1
V$PGA_TARGET_ADVICE_HISTOGRAM
predicts how statistics displayed by the V$SQL_WORKAREA_HISTOGRAM
dynamic view would be impacted if the value of the PGA_AGGREGATE_TARGET
parameter is changed. This prediction is performed for various values of the PGA_AGGREGATE_TARGET
parameter, selected around its current value. The advice statistic is generated by simulating the past workload run by the instance.
The content of the view is empty if PGA_AGGREGATE_TARGET
is not set. In addition, the content of this view is not updated when the STATISTICS_LEVEL
initialization parameter is set to BASIC
. Base statistics for this view are reset at instance startup or when the value of the PGA_AGGREGATE_TARGET
initialization parameter is dynamically modified.
Column | Datatype | Description |
|
| Value of |
|
|
|
|
| Indicates whether the advice is enabled ( |
|
| Lower bound for the optimal memory requirement of work areas included in this row (in bytes) |
|
| Upper bound for the optimal memory requirement of work areas included in this row (in bytes) |
|
| Number of work areas with an optimal memory requirement comprised between |
|
| Number of work areas with an optimal memory requirement comprised between |
|
| Number of work areas with an optimal memory requirement comprised between |
|
| Sum of |
|
| Number of work areas with optimal memory requirement between |
Note:
1.
SELECT * FROM V$PGA_TARGET_ADVICE_HISTOGRAM;
PGA_TARGET _FOR _ESTIMATE | PGA _TARGET _FACTOR | ADVICE _STATUS | LOW _OPTIMAL _SIZE | HIGH _OPTIMAL _SIZE | ESTD _OPTIMAL _EXECUTIONS | ESTD _ONEPASS _EXECUTIONS | ESTD _MULTIPASSES _EXECUTIONS | ESTD _TOTAL _EXECUTIONS | IGNORED _WORKAREAS _COUNT |
25769803776 | 8 | ON | 2199023255552 | 4398046510079 | 0 | 0 | 0 | 0 | 0 |
25769803776 | 8 | ON | 1099511627776 | 2199023255551 | 0 | 0 | 0 | 0 | 0 |
25769803776 | 8 | ON | 549755813888 | 1099511627775 | 0 | 0 | 0 | 0 | 0 |
25769803776 | 8 | ON | 274877906944 | 549755813887 | 0 | 0 | 0 | 0 | 0 |
No comments:
Post a Comment