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