User Password « User Previliege « Oracle PL / SQL






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.Unassign Role from User
8.Remove user