1Z0-054 · Question #71
You work as a DBA for a company and as a performance improvement measure, you implemented the result cache in your database. View the Exhibit named SETTING and note the result cache settings. Many…
The correct answer is A. because the query uses SYSDATE C. because the query uses the SLNOQ.CURRVAL sequence. See the full explanation below for the reasoning.
Question
You work as a DBA for a company and as a performance improvement measure, you implemented the result cache in your database. View the Exhibit named SETTING and note the result cache settings. Many users in the company state that performance has improved on the queries they use but some users complain that they have not got any performance benefit on the queries they use. You checked all the queries they use and the following is one of them:
SQL> SELECT slnoq.currval as "SLNO", prod_id, pdname, 2 cust_name FROM sales WHERE sl_date < sysdate; View the Exhibit named TEST and examine the testing performed to check this. Why is the result cache not used? (Choose all that apply.)
Exhibits
Options
- Abecause the query uses SYSDATE
- Bbecause the query uses an alias for a column
- Cbecause the query uses the SLNOQ.CURRVAL sequence
- Dbecause the CLIENT_RESULT_CACHE_SIZE parameter is set to 0
How the community answered
(47 responses)- A83% (39)
- B11% (5)
- D6% (3)
Community Discussion
No community discussion yet for this question.

