Oracle报错,ORA-28001: 口令已经失效

前端之家收集整理的这篇文章主要介绍了Oracle报错,ORA-28001: 口令已经失效前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
select profile,resource_name,limit from dba_profiles where resource_name='PASSWORD_LIFE_TIME';
ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;
select profile,limit from dba_profiles where resource_name='PASSWORD_LIFE_TIME';

alter user 用户名 identified by <原来的密码> account unlock;


参考:http://www.cnblogs.com/luckly-hf/p/3828573.html

原文链接:https://www.f2er.com/oracle/210703.html

猜你在找的Oracle相关文章