Revoking Object Privileges : Revoke Permission « User Previliege « Oracle PL / SQL






Revoking Object Privileges

  

REVOKE SELECT, INSERT ON ods_process FROM tester;


   
  

Related examples in the same category

1.Revoke Permissions
2.Revoke Permissions with Cascade