Oct
24
2009
ORA-28000: the account is locked
ORA-28000: the account is locked
The Oracle 10g default is to lock an account after 10 bad password attempts.
ORA-28000: the account is locked
SOLUTION
alter profile default limit FAILED_LOGIN_ATTEMPTS unlimited;
