ORA-28001: the password has expired,ora-28001expired

來源:互聯網
上載者:User

ORA-28001: the password has expired,ora-28001expired

Oracle提示錯誤訊息ORA-28001: the password has expired
問題產生原因:是由於Oracle 11G的新特性所致, Oracle 11G建立使用者時預設密碼到期限制是180天, 如果超過180天使用者密碼未做修改則該使用者無法登入。

解決方案:
首先,以SYS DBA身份進入sqlpuls開啟sqlpuls
SQL->請輸入使用者名稱:sys as sysdbaSQL->密碼:
SQL->select username,account_status from dba_users;查看其中常用的使用者狀態是否是EXPIRED 還是LOCKED有的是LOCKED<TIME> 
如果sysman狀態是到期,修改密碼方法:語句查詢密碼的有效期間設定,LIMIT欄位是密碼有效天數。在密碼將要到期或已經到期時可通過ALTER USER 使用者名稱 IDENTIFIED BY 密碼 ;語句進行修改密碼,密碼修改後該使用者可正常串連資料庫。
長久對應可通過ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED語句將口令有效期間預設值180天修改成“無限制”。出於資料庫安全性考慮,不建議將PASSWORD_LIFE_TIME值設定成UNLIMITED,建議客戶定期修改資料庫使用者口令。

相關文章

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.