Oracle Database Administration II — Question 43

Which three are true about managing memory components in an Oracle database instance? (Choose three.)

Answer options

Correct answer: A, B, F

Explanation

Answer A is correct because Automatic Shared Memory Management allows for dynamic adjustments between memory components. Answer B is also correct since Automatic Memory Management lets the database adjust the sizes of the System Global Area and Program Global Area as needed. Answer F is true as well, as OLTP systems generally require less memory for the Program Global Area compared to Decision Support Systems. However, C is incorrect because automatically tuned components do not revert to their initial sizes after a restart; D is incorrect because locking the System Global Area in physical memory is not a requirement for Automatic Memory Management; and E is incorrect as it misrepresents how memory components are managed in this context.