Wednesday, December 16, 2015

java.sql.SQLException: ORA-28000: the account is locked

The account is locked when an user has tried to log into the database with wrong userID/password for times more than the number defined by the FAILED_LOGIN_ATTEMPTS parameter in the profile.

To fix this problem, log into the oracle database as dba and execute the following commands.

SQL> ALTER PROFILE DEFAULT LIMIT FAILED_LOGIN_ATTEMPTS UNLIMITED;

SQL> ALTER USER <username> ACCOUNT UNLOCK;



                        

If you have ever asked yourself these questions, this is the book for you. What is the meaning of life? Why do people suffer? What is in control of my life? Why is life the way it is? How can I stop suffering and be happy? How can I have a successful life? How can I have a life I like to have? How can I be the person I like to be? How can I be wiser and smarter? How can I have good and harmonious relations with others? Why do people meditate to achieve enlightenment? What is the true meaning of spiritual practice? Why all beings are one? Read the book free here.

No comments:

Post a Comment