Oracle8i SQL Reference Release 3 (8.1.7) Part Number A85397-01 |
|
SQL Statements:
CREATE SYNONYM to DROP ROLLBACK SEGMENT, 30 of 31
Use the DROP
ROLE
statement to remove a role from the database. When you drop a role, Oracle revokes it from all users and roles to whom it has been granted and removes it from the database.
See Also:
|
You must have been granted the role with the ADMIN
OPTION
or you must have the DROP
ANY
ROLE
system privilege.
role
Specify the name of the role to be dropped.
DROP
ROLE
Example
To drop the role florist
, issue the following statement:
DROP ROLE florist;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|