Example 1: Dropping a Role from the Database SQL> SHOW ROLES; Roles in database with filename mf_personnel.rdb DOCUMENTATION SQL> DROP ROLE DOCUMENTATION RESTRICT; SQL> SHOW ROLES; Roles in database with filename mf_personnel.rdb No Roles Found