Unassign Role from User : User Password « User Previliege « Oracle PL / SQL






Unassign Role from User

   
SQL>
SQL> REVOKE TestRole FROM Alice;

   
    
    
  








Related examples in the same category

1.create user chris identified by chris;
2.Change User password
3.make a password expire with the ALTER USER command
4.Alter user to change the password
5.Drop the user if it exists
6.Get user name from all_users
7.Remove user