ORA-28000: The Account is locked. 問題的解決要對(duì)賬戶解鎖,可在數(shù)據(jù)庫(kù)管理員賬戶(sys/system)中使用“alter user”命令的account unlock子句。
如下所示:
alter userusername account unlock;
賬戶解鎖后,username 賬戶再一次被允許連接。
posted on 2010-01-08 10:25
老馬驛站 閱讀(391)
評(píng)論(0) 編輯 收藏 引用 所屬分類:
DataBase