Oracle7 Server SQL Reference
DROP ROLE
Purpose
To remove a role from the database.
Prerequisites
You must have been granted the role with the ADMIN OPTION or have DROP ANY ROLE system privilege.
If you are using Trusted Oracle7 in DBMS MAC mode, your DBMS label must match the role's creation label or you must satisfy one of the following criteria:
- If the role's creation label is higher than your DBMS label, you must have READUP and WRITEUP system privileges
- If the role's creation label is lower than your DBMS label, you must have WRITEDOWN system privilege.
If the role's creation label and your DBMS label are not comparable, you must have READUP, WRITEUP, and WRITEDOWN system privileges.
Syntax
Keywords and Parameters
role is the role to be dropped.
Usage Notes
When you drop a role, Oracle7 revokes it from all users and roles to whom it has been granted and removes it from the database.
Example
To drop the role FLORIST, issue the following statement:
DROP ROLE florist
Related Topics
CREATE ROLE command
SET ROLE command