ORA-28000 the account is locked怎么办
1、启动项目的时候提示ORA-28000 the account is locked。如下图:

4、conn /as sysdba如下图:

6、select resource_name巳呀屋饔,limit from dba_profiles where resource_name='FAILED_LOGIN_ATTEMPTS泌驾台佐39;;如下图:从上面的查询结果可以看出,如果连续失败10次,用户就会被锁定。

8、conn /as sysdba

10、修改参数failed_login_attempts=unlimited,当然这样修改会降低安全性,不建议这么做。alter profile default limit failed_login_attempts unlimited;如下图:
