Revoking roles : Revok Roles « User Previliege « Oracle PL / SQL






Revoking roles





-- Only the DBA is allowed to revoke roles from users and other roles.

-- Revoke the OrderEntry role from java2s

REVOKE OrderEntry FROM java2s;


           
       








Related examples in the same category