It is the chance that you might come across the error “ORA-28000: the account is locked“. To unlock the account, run below sql query in Oracle using admin user.
Lets say that you want to unlock account “om” in oracle
alter user om account unlock; grant connect, resource to om;
I hope it would be helpful for the readers.
thanks
thank you so much. it worked
thank you , it worked.
my count system has this problem ?? é
And what’s the reason of this behavior please ?
am just installing the MySql , and my account is locked
how can i resolve this and how can i launch successfully
so what is my password now???please help sir please
The password will remain the same. Just change the password using `ALTER USER USERNAME IDENTIFIED BY NEWPASS` where USERNAME is the name of your existing account and NEWPASS is your new password. Do this once you have connected to SQLPLUS as sysdba.
It is not working please help