Oracle Database Administration II — Question 132

In performance management, which two factors might reduce the ability of an application to scale to a large number of users? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Poorly written SQL can lead to inefficient queries that slow down performance, making it difficult for the application to handle a large user base. The number of tablespaces containing tables updated by a transaction can also affect scalability, as excessive tablespaces can create overhead and bottlenecks. The other options, while they may impact performance, do not directly relate to the application's ability to scale in the same way.