How to unlock User after reaching maximum attempts of wrong password.
Hi,
I want to know if there is any way that I can Unlock EBS User account by SQL if any user locks itself by reaching maximum number of attempts.
As I know when a user attempts multiple times the wrong password, Encryption and Foundation columns of FND_USER table contains 'INVALID' value then LOCKED status is shown againsts this user.
Now we need to reset the password for this user and again it will be displayed as active user.
So is there any other way or only resetting password ?
thanks