Oracle Database Administration 2022 Certified Professional — Question 35

Which two actions can cause invalidation or loss of one or more results in the SQL Query Result Cache? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Option A is correct because results can age out of the cache when they are not accessed within a certain timeframe. Option B is also correct since setting result_cache_max_size to 0 effectively disables caching, leading to the loss of any stored results. The other options do not directly cause invalidation or loss of results in the SQL Query Result Cache.