ORA-28002: the password will expire
生活随笔
收集整理的這篇文章主要介紹了
ORA-28002: the password will expire
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>
1、登錄到sqlplus
sqlplus / as sysdba2、查看密碼有效期時(shí)長(zhǎng)
SELECT * FROM dba_profiles s WHERE s.profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME';3、將密碼設(shè)置成永不過(guò)期
ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;4、修改用戶密碼
alter user system identified by system;轉(zhuǎn)載于:https://my.oschina.net/u/2303177/blog/1634118
總結(jié)
以上是生活随笔為你收集整理的ORA-28002: the password will expire的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Repo lesson
- 下一篇: Spring【依赖注入】就是这么简单