參考原文:
Users Accounts Getting Locked. (Doc ID 791037.1)
事实上这个文章是为oracle 别的软件产品写的,只是涉及到user 锁定问题。那还是跟db有关系。
该文章我就不所有翻译了,仅仅翻译最实用的一点:
---lcount列是记录oracle用户用错误的password登陆db的登陆的次数。
Select lcount from SYS.USER$ where name ='<USERNAME>'
2022-10-09 13:52:16
參考原文:
Users Accounts Getting Locked. (Doc ID 791037.1)
事实上这个文章是为oracle 别的软件产品写的,只是涉及到user 锁定问题。那还是跟db有关系。
该文章我就不所有翻译了,仅仅翻译最实用的一点:
---lcount列是记录oracle用户用错误的password登陆db的登陆的次数。
Select lcount from SYS.USER$ where name ='<USERNAME>'