1. 程式人生 > >ora-28000 the account is locked

ora-28000 the account is locked

class body listener arc .com user hive 備註 oracl

ora-28000 the account is locked, 出現這種原因,是因為用戶被鎖定了,

原因:多次用鎖住的那個賬號嘗試連接,導致被鎖住。


解決方法: alter user username account unlock;

參考網站:

https://www.cnblogs.com/jianqiang2010/archive/2011/09/01/2162574.html
http://blog.csdn.net/java280580332/article/details/70756533

深層次的找尋被鎖住的原因:

select * from dba_users;
等到用戶鎖了,select * from dba_users;查到鎖的時間,到數據庫服務器本地看listener.log那個時間的那段日誌
查看oracle監聽日誌文件
https://jingyan.baidu.com/article/5225f26b6fe533e6fb09086b.html

備註:隨筆中內容來源於網上資料整理,僅供參考。

ora-28000 the account is locked