Show pageOld revisionsBacklinksODT exportBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. =====Overview===== ===User unlock=== <sxh> alter user username account unlock; </sxh> ===Password Change=== <sxh> alter user username identified by "password"; </sxh> Password can also be changed, using the hashed value from "SYS.USER$'; <sxh> alter user username identified by values "hash"; </sxh> oracle_security_user_mgmnt.txt Last modified: 2019/10/18 20:04by 127.0.0.1