28002专题

解决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 有效期限为无限制:AL

远程连接ORACLE数据库时提示 错误:ORA-28002

远程连接ORACLE数据库时提示 错误:ORA-28002   原图: 原因: oracle11g中默认在default概要文件中设置了"PASSWORD_LIFE_TIME=180”所导致,oracle用户的密码必须在180天内更改,否则启动数据库的时候会提示连接失败.   解决方法: 查看用户的proifle是哪个,一般是default: SELECT username,

oracle ORA-28002:the password will expire within 7 days 解决方法

当oracle数据库出现ORA-28002:the password will expire within 7 days提示时,表示数据库密码将在7(N)天内容过期。   为不影响数据库的正常使用,可以通过以下解决: 在过期前修改密码。设置密码永不过期,执行如下命令:ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

Oracle ORA-28002

UDE-28002: 操作产生了 ORACLE 错误 28002ORA-28002: the password will expire within 7 days 原因:oracle11g中默认在default概要文件中设置了"PASSWORD_LIFE_TIME=180”所导致,oracle用户的密码必须在180天内更改,否则启动数据库的时候会提示连接失败.  解决办法 使用

ora-28002报错处理步骤

ora-28002报错处理步骤   故障现象: 报错解释: 处理方法种类: 1、修改密码 2、修改用户profile,将

ORA-28002: the password will expire within 6 days提示

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