oracle_security_user_mgmnt

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.txt
  • Last modified: 2019/10/18 20:04
  • by 127.0.0.1