Oracle PL/SQL/User Previliege/Revok Roles
Revoking roles
-- Only the DBA is allowed to revoke roles from users and other roles.
-- Revoke the OrderEntry role from sqle
REVOKE OrderEntry FROM sqle;
-- Only the DBA is allowed to revoke roles from users and other roles.
-- Revoke the OrderEntry role from sqle
REVOKE OrderEntry FROM sqle;