Multiple choice

Privileges of a ROLE in oracle can be dynamically changed.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ROLE privileges in Oracle CAN be dynamically modified using GRANT and REVOKE commands. When you grant or revoke privileges from a role, all users granted that role immediately gain or lose those privileges on their next session. This dynamic behavior is a key advantage of role-based security.