Oracle 用户user锁定lock如何知道是什么原因导致的(2)


 PROFILE                        RESOURCE_NAME                                      RESOURCE_TYPE    LIMIT
 ------------------------------ -------------------------------------------------- ---------------- --------------------------------------------------------------------------------
 DEFAULT                        PASSWORD_REUSE_TIME                                PASSWORD        UNLIMITED
 DEFAULT                        PASSWORD_REUSE_MAX                                PASSWORD        UNLIMITED
 DEFAULT                        PASSWORD_VERIFY_FUNCTION                          PASSWORD        NULL
 DEFAULT                        PASSWORD_LOCK_TIME                                PASSWORD        1
 DEFAULT                        PASSWORD_GRACE_TIME                                PASSWORD        7


 16 rows selected.


测试下,连续多次用不正确密码登陆,直到10次,账户锁了
[oracle@seconary ~]$ sqlplus test_user/p1


 SQL*Plus: Release 11.2.0.1.0 Production on Mon Nov 16 03:54:36 2015


 Copyright (c) 1982, 2009, Oracle.  All rights reserved.


 ERROR:
 ORA-01017: invalid username/password; logon denied


--中间类似内容略
Enter user-name:
 ERROR:
 ORA-01017: invalid username/password; logon denied


 SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
 [oracle@seconary ~]$ sqlplus test_user/p1


 SQL*Plus: Release 11.2.0.1.0 Production on Mon Nov 16 03:54:48 2015


 Copyright (c) 1982, 2009, Oracle.  All rights reserved.


 ERROR:
 ORA-28000: the account is locked

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/c6664b2d49b134771d84df6e37da0dd1.html