oracle - ORA-28000: the account is locked error getting frequently -



oracle - ORA-28000: the account is locked error getting frequently -

i getting error ora-28000: business relationship locked frequently.

is db issue? when unlock user business relationship command alter user username business relationship unlock temporarly ok. after time same business relationship lock happen.

is got same issue? database using oracle xe

one of reason of problem password policy using. and if there no such policy of yours check settings password properties in default profile next query:

select resource_name, limit dba_profiles <br/> profile = 'default' , resource_type = 'password';

and if required, need alter password_life_time unlimited next query:

alter profile default limit password_life_time unlimited;

and link might helpful problem.

oracle oracle11g oracle10g

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -