which of the following views will provide the information specified?

When tuning Automatic PGA Memory Management, which of the following views will provide
the information specified?

When tuning Automatic PGA Memory Management, which of the following views will provide
the information specified?

A.
The V$PGA_TARGET_ADVICE view shows the predicted cache hit-ratio improvement if
you increase PGA_AGGREGATE_TARGET.

B.
The V$PGA_TARGET_ADVICE view shows how the V$SQL_WORKAREA histogram will
change if you change the value of PGA_AGGREGATE_TARGET.

C.
The V$PGA_TARGET_ADVICE_HISTOGRAM view shows how the
V$SQL_WORKAREA_HISTOGRAM will change if you switch between Manual and
Automatic PGA Memory Management.

D.
The V$PGA_TARGET_ADVICE view shows how performance will improve for the
different work areas if you switch from Manual to Automatic PGA Memory Management.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Jake from SF

Jake from SF

A is correct:

https://docs.oracle.com/cd/B28359_01/server.111/b28320/dynviews_2091.htm

V$PGA_TARGET_ADVICE predicts how the cache hit percentage and over allocation count statistics displayed by the V$PGASTAT performance view would be impacted if the value of the PGA_AGGREGATE_TARGET parameter is changed. The 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.