|
QUESTION NO: 186
(Choose two)
Which two statements are true regarding the use of DB_CACHE_ADVICE init.ora parameter?
A. Setting the parameter to READY reserves space in the buffer cache to store information about
different buffer cache sizes, but no CPU overhead is incurred.
B. Setting the parameter to READY reserves space in the shared pool to store information about
different buffer cache sizes, but no CPU overhead is incurred.
C. Setting the parameter to ON reserves space in the buffer cache to store information about different
buffer cache sizes, and CPU overhead is incurred as statistics are collected.
D. The V$DB_CACHE_ADVICE view contains information that predicts the estimated number of
physical reads for different cache sizes for each buffer cache setup in the SGA.
Answer: C, D
Yes, the correct answer is BD.
The key here is that DB_CACHE_ADVICE allocates the memory from Share pool, not the buffer cache. |
|