解决linux 下 oracle 11g 密码过期问题(ORA-28002)
2020-08-12 15:58:51
by 山阴客

打印???
山阴客(http://www.shanyinke.com)
技术文章(http://www.shanyinke.comhref=category.php?cid=1)

解决linux 下 oracle 11g 密码过期问题(ORA-28002)

问题形成:oracle11g 密码过期时间是180天:
查看过期时长:SELECT * FROM dba_profiles s WHERE s.profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME';

解决办法:

1.登陆oracle sqlplus / as sysdba

2. 更改oracle 有效期限为无限制:ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

3. 重新更改oracle过期用户(可以是之前的密码)alter user system identified by password;

解决后,只要是未提示过期的用户,都不用再去修改



Copyright © 2002 myarticle.com.cn
All rights reserved.

备案号:浙ICP备17002154号-3 Powered by: MyArticle Version 1.0dev
Processed Time: 0.0014 s Querys: 4 [ Gzip Level 0 ]