Oracle
1Z0-054 · Question #82
You are working in an online transaction processing (OLTP) environment. You received many complaints from users about degraded performance. Your senior DBA asked you to execute the following command…
The correct answer is D. The most of the rows in SUBSCRIBE_LOG table are accessed once a week. See the full explanation below for the reasoning.
Question
You are working in an online transaction processing (OLTP) environment. You received many complaints from users about degraded performance. Your senior DBA asked you to execute the following command to improve the performance:
SQL> ALTER TABLE subscribe_log STORAGE(BUFFER_POOL recycle); You checked the data in the SUBSCRIBE_LOG table and found that it is a large table having one million rows. Which factor could be a reason for this recommendation?
Options
- AThe keep pool is not configured.
- BThe automatic Program Global Area (PGA) is not configured.
- CThe CURSOR_SPACE_FOR_TIME initialization parameter is set to FALSE.
- DThe most of the rows in SUBSCRIBE_LOG table are accessed once a week.
- EAll the queries on the SUBSCRIBE_LOG table are rewritten using a materialized view.
How the community answered
(47 responses)- A15% (7)
- B6% (3)
- C4% (2)
- D72% (34)
- E2% (1)
Community Discussion
No community discussion yet for this question.