问题形成:oracle11g 密码过期时间是180天: 查看过期时长:SELECT * FROM dba_profiles s WHERE s.profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME'; 解决办法: 1.登陆oracle sqlplus / as sysdba 2. 更改oracle 有效期限为无限制:AL
UDE-28002: 操作产生了 ORACLE 错误 28002ORA-28002: the password will expire within 7 days 原因:oracle11g中默认在default概要文件中设置了"PASSWORD_LIFE_TIME=180”所导致,oracle用户的密码必须在180天内更改,否则启动数据库的时候会提示连接失败. 解决办法 使用
oracle数据库提示 执行请求的操作时遇到数据库警告:ORA-28002: the password will expire within 6 days28002. 00000 - "the password will expire within %s days"*Cause: The user's account is about to expire and the passwo