启用密码管理之前创建的用户连接Oracle报ORA-28002处理一则
生活随笔
收集整理的這篇文章主要介紹了
启用密码管理之前创建的用户连接Oracle报ORA-28002处理一则
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
? ? ?處理方法其實(shí)很簡(jiǎn)單、只要:
? ? ?alter user <username> identified by <same password>; ?這個(gè)操作后,恢復(fù)正常了
? ? ?
? ? ?下面作個(gè)簡(jiǎn)單測(cè)試:
?
?
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
?
轉(zhuǎn)載于:https://www.cnblogs.com/jiangu66/p/3233801.html
總結(jié)
以上是生活随笔為你收集整理的启用密码管理之前创建的用户连接Oracle报ORA-28002处理一则的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: OFFICE OUTLOOK 2007
- 下一篇: 使用SWig出现调用异常的情况