Oracle Database Administration II — Question 85

Which two are true about poorly performing SQL statements and their tuning in Oracle database instances? (Choose two.)

Answer options

Correct answer: C, E

Explanation

Option C is correct because optimizing one SQL statement can lead to a decrease in performance for others due to resource contention or changes in execution plans. Option E is also correct as Oracle has features that allow for automatic tuning of poorly performing SQL statements. The other options are false; not all SQL statements with many physical I/Os can be improved by indexes, logical reads can still require tuning under certain circumstances, and joins do not always result in more physical I/O compared to single table queries.