- Here will see how to deal with => ORA-28007: the password cannot be reused - I got a request from client user, stating his account has been locked. When I check the status of the account I found the below. connect to SYS user & execute the below query of that database. SQL> select password,username,account_status,profile from dba_users where username='TEST'; PASSWORD USERNAME ACCOUNT_STATUS PROFILE ------------------ ---------------- ------------------------------- -------------------- AB2Aa8AC9971521e3 TEST EXPIRED(GRACE)&LOCKED NONAPP_USERS So, then I have unlocked the account and checked the same again & I found the below results. ...
Comments
Post a Comment