解决linux 下 oracle 11g 密码过期问题(ORA-28002)
2020-08-12 15:58:51
by
山阴客
打印???
少达网
(http://www.shaoda.com)
技术文章
(http://www.shaoda.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-2022
http://www.shaoda.com
All rights reserved.
备案号:
浙ICP备17002154号-5
Powered by:
myarticle.com.cn
Version 1.0dev