最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

ORA-28001:thepasswordhasexpiredscott/tiger

来源:动视网 责编:小采 时间:2020-11-09 10:51:11
文档

ORA-28001:thepasswordhasexpiredscott/tiger

ORA-28001:thepasswordhasexpiredscott/tiger:今天在使用oracle 11时,使用sqlplus中默认的账号scott登录,发现报错,无法登录ORA-28001: the password has expired scott/tig ORA-28001: the password has expired scott/tiger 今天在使用Oracle 11时,使用sqlp
推荐度:
导读ORA-28001:thepasswordhasexpiredscott/tiger:今天在使用oracle 11时,使用sqlplus中默认的账号scott登录,发现报错,无法登录ORA-28001: the password has expired scott/tig ORA-28001: the password has expired scott/tiger 今天在使用Oracle 11时,使用sqlp


今天在使用oracle 11时,使用sqlplus中默认的账号scott登录,发现报错,无法登录ORA-28001: the password has expired scott/tig

ORA-28001: the password has expired scott/tiger

今天在使用Oracle 11时,使用sqlplus中默认的账号scott登录,发现报错,,无法登录

解决此类问题:

1,账号scott已经是unlocked状态了。--当然,他不会报这个错

2,

Oracle11g的密码过期。

原因:是由于oracle11g中默认在default概要文件中设置了“PASSWORD_LIFE_TIME=180天”所导致。

3,

C:\>sqlplus / as sysdba

查看指定概要文件(如default)的密码有效期设置:

SQL> select * from dba_profiles where profile='DEFAULT' and resource_name='PASSWORD_LIFE_TIME';

4,如果时间为180天,则执行如下操作,修改成无限期的:

SQL> alter profile default limit password_life_time unlimited;

SQL> commit;

5,如果还不行,这里有个简单的方法。将密码改成一个新密码,然后再用password命令,再修过回原来的密码即可

文档

ORA-28001:thepasswordhasexpiredscott/tiger

ORA-28001:thepasswordhasexpiredscott/tiger:今天在使用oracle 11时,使用sqlplus中默认的账号scott登录,发现报错,无法登录ORA-28001: the password has expired scott/tig ORA-28001: the password has expired scott/tiger 今天在使用Oracle 11时,使用sqlp
推荐度:
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top