Oracle Database Administration I — Question 121

Which three actions are ways to apply the principle of least privilege? (Choose three.)

Answer options

Correct answer: C, D, E

Explanation

The correct actions (C, D, E) effectively enforce the principle of least privilege by limiting access rights. Revoking execute privileges from specific users (C) and enabling auditing (D) ensure that only necessary permissions are granted, while using ACLs (E) manages and restricts access based on specified criteria. Options A, B, and F do not align with the principle of least privilege as they either grant access or do not enhance security effectively.