| 1. |
Which are valid tuning techniques for modern Web-based Oracle applications?
Please select all the correct answers.
|
| |
A.
|
Avoid holding SELECT FOR UPDATE row locks across stateless web requests. |
| |
B.
|
Place the web/application tier, such as ORDS or another application server layer, separately from the database tier when scalability and security require it. |
| |
C.
|
Precompute, cache, or materialize expensive summary information that is frequently requested by web users. |
| |
D.
|
Return only the rows and columns that the end user immediately needs. |