In your database, the RESULT_CACHE_MODE parameter has been set to MANUAL in the
initialization parameter file.
You issued the following command:
SQL> SELECT /*+ RESULT_CACHE */ sale_category, sum(sale_amt) from sales group by
sale_category;
Where would the result of this query be stored?
A.
PGA
B.
Large Pool
C.
Shared Pool
D.
Database buffer cache