本文轉自:http://blog.csdn.net/btt2013/article/details/54862420
參考文獻:http://www.zhetao.com/content259
后台報ORA-28001: the password has expired 密碼超時

登錄數據庫服務器,使用 sqlplus / as sysdba命令,進入oracle數據庫
使用:select * from dba_profiles where profile='DEFAULT' and resource_name='PASSWORD_LIFE_TIME';
語句查看密碼的有效天數為180天,也就是三個月

使用:alter profile default limit password_life_time unlimited; 命令改為永久生效

驗證

進行以上步驟之后需要改變密碼,否則還會出現password has expired異常
修改用戶密碼:
