启用密码管理之前创建的用户连接Oracle报ORA-28002处理一则
生活随笔
收集整理的這篇文章主要介紹了
启用密码管理之前创建的用户连接Oracle报ORA-28002处理一则
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
? ? ?處理方法其實很簡單、只要:
? ? ?alter user <username> identified by <same password>; ?這個操作后,恢復正常了
? ? ?
? ? ?下面作個簡單測試:
?
?
SQL> conn hr/hr ERROR: ORA-28002: the password will expire within 2 daysConnected. SQL> conn / as sysdba Connected. SQL> alter user hr identified by hr;User altered.SQL> conn hr/hr Connected. SQL> conn scott/tiger ERROR: ORA-28002: the password will expire within 2 daysConnected. SQL> conn / as sysdba Connected. SQL> alter user scott identified by tiger;User altered.SQL> conn scott/tiger Connected.?
?
By DBA_WaterBin
2013-08-02
Good Luck
?
轉載于:https://www.cnblogs.com/jiangu66/p/3233801.html
總結
以上是生活随笔為你收集整理的启用密码管理之前创建的用户连接Oracle报ORA-28002处理一则的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: OFFICE OUTLOOK 2007
- 下一篇: 使用SWig出现调用异常的情况