高级搜索 返回首页  
名人名言
技术文章
    - LINUX文章
少达网技术文章解决linux 下 oracle 11g 密码过期问题(ORA-28002)
解决linux 下 oracle 11g 密码过期问题(ORA-28002)
2020-08-12 15:58:51
by 山阴客  
Rating: not rated yet
1 2 3 4 5 6 7 8 9 10

解决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
Processed Time: 0.0027 s Querys: 5 [ Gzip Level 0 ]