Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-084 Topic 1 Question 31 Discussion

Actual exam question for Oracle's 1Z0-084 exam
Question #: 31
Topic #: 1
[All 1Z0-084 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: A, B

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

Contribute your Thoughts:

Cristy
1 days ago
Haha, this exam question is like a bad SQL dad joke. But I'm going to go with B and E - messing with the cache size and expiration is just asking for trouble.
upvoted 0 times
...
Iola
2 days ago
I agree with Annamae, those options seem to make sense.
upvoted 0 times
...
Cordelia
4 days ago
This is a tricky one, but I think C and D are the correct answers. Anything involving the RCBG background process could potentially cause issues.
upvoted 0 times
...
Percy
6 days ago
I'm going with A and E. Aging out of the cache and changing the expiration time are both ways the results could be lost.
upvoted 0 times
...
Lauran
12 days ago
B and D seem like the most likely answers to me. Anything that affects the cache size or availability would cause invalidation or loss of results.
upvoted 0 times
...
Annamae
14 days ago
I think option A and D can cause invalidation of results.
upvoted 0 times
...

Save Cancel