Overview
User unlock
alter user username account unlock;
Password Change
alter user username identified by "password";
Password can also be changed, using the hashed value from “SYS.USER$';
alter user username identified by values "hash";
oracle_security_user_mgmnt
alter user username account unlock;
alter user username identified by "password";
Password can also be changed, using the hashed value from “SYS.USER$';
alter user username identified by values "hash";