【翻譯自mos文章】oracle db 中的使用者賬戶被鎖--查看oracle使用者的嘗試次數,mosoracle

來源:互聯網
上載者:User

【翻譯自mos文章】oracle db 中的使用者賬戶被鎖--查看oracle使用者的嘗試次數,mosoracle

參考原文:

Users Accounts Getting Locked. (Doc ID 791037.1)

 

其實這個文章是為oracle 別的軟體產品寫的,不過涉及到user 鎖定問題,那還是跟db有關係。

該文章我就不全部翻譯了,只翻譯最有用的一點:

---lcount列是記錄oracle使用者用錯誤的密碼登陸db的登陸的次數。

 

Select lcount from SYS.USER$ where name ='<USERNAME>'


oracle中使用者被鎖

你安裝 oracle 時 那個scott 使用者 是被鎖住的,
你想用 scott 使用者登入 必須要解鎖的
先用 sys 或 system 管理員身份登入進去
使用 alter user scott account unlock; 可以 將使用者scott 解鎖

希望對你有協助
 
oracle 11g中使用者被鎖問題

alter user scott account unlock
後面加個分號。
alter user scott account unlock;
oracle命令以分號結束。

---
以上,希望對你有所協助。
 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.