Oracle
1Z0-083 · Question #116
Which two are true about poorly performing SQL statements and their tuning in Oracle database instances? (Choose two.)
The correct answer is C. The solution that best optimizes one SQL statement can degrade the performance of others. E. Poorly performing SQL statements can be tuned automatically by the Oracle server. https://docs.oracle.com/cd/B28359_01/server.111/b28274/sql_tune.htm#PFGRF028
Manage Database Performance
Question
Which two are true about poorly performing SQL statements and their tuning in Oracle database instances? (Choose two.)
Options
- ASQL statements performing many physical I/Os can always have their performance improved by
- BSQL statements doing only logical reads never require tuning because they do no physical I/O.
- CThe solution that best optimizes one SQL statement can degrade the performance of others.
- DSQL statements doing joins always do more physical I/O than single table queries.
- EPoorly performing SQL statements can be tuned automatically by the Oracle server.
How the community answered
(25 responses)- A8% (2)
- B4% (1)
- C72% (18)
- D16% (4)
Explanation
https://docs.oracle.com/cd/B28359_01/server.111/b28274/sql_tune.htm#PFGRF028
Topics
#SQL tuning#physical I/O#automatic SQL tuning#tuning tradeoffs
Community Discussion
No community discussion yet for this question.