Mega Code Archive

 
Categories / Oracle PLSQL / User Previliege
 

Revoking roles

-- Only the DBA is allowed to revoke roles from users and other roles. -- Revoke the OrderEntry role from rntsoft REVOKE OrderEntry FROM rntsoft;