144.In your database, the RESULT_CACHE_MODE parameter has been s

分类: 英语题型 发布时间: 2023-12-01 12:13 浏览量: 0

144.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.database buffer cache

B.shared pool

C.PGA

D.large pool

正确答案是B