Oracle Database 12c: Advanced Administration — Question 164
Which two are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c when it is enabled?
Answer options
- A. Reduced logical I/O
- B. Reduced virtual memory utilization
- C. Improved Serial Execution performance
- D. Reduced physical I/O
- E. Reduced CPU utilization
Correct answer: B, E
Explanation
The correct answers, B and E, highlight that enabling this architecture leads to more efficient use of virtual memory and reduced CPU usage due to better resource management. Options A, C, and D are not benefits of this architecture; they address different aspects of database performance that are not directly improved by the multiprocess, multithreaded approach.