Which two actions can cause invalidation or loss of one or more results in the SQL Query Result Cache?
The SQL Query Result Cache stores the results of queries and PL/SQL function calls for reuse. However, entries in the result cache can be invalidated or lost under certain conditions:
A) Results can be aged out of the cache when the cache becomes full and new results need to be stored. This process ensures that the cache does not exceed its allocated memory and that it contains the most recently used entries.
B) Setting the RESULT_CACHE_MAX_SIZE parameter to 0 will effectively disable the result cache and all cached results will be lost, as Oracle will no longer allocate any memory to the result cache.
Oracle Database Performance Tuning Guide, 19c
Cristy
1 days agoIola
2 days agoCordelia
4 days agoPercy
6 days agoLauran
12 days agoAnnamae
14 days ago