Oracle Database Administration I — Question 98

You want to apply the principle of Least Privilege in all your live databases.

One of your requirements is to revoke unnecessary privileges from all users who have them using Privilege Analysis.

Which two are types of analyses can be done using the DBMS_PRIVILEGE_CAPTURE package? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct answers are D and E because the DBMS_PRIVILEGE_CAPTURE package is designed to analyze privileges related to roles, both directly and indirectly assigned. Options A, B, and C do not pertain to the specific analysis capabilities of this package, as they focus on user-specific privileges rather than role-based privileges.