2019独角兽企业重金招聘Python工程师标准>>>

1、登录到sqlplus

sqlplus / as sysdba

2、查看密码有效期时长

SELECT * FROM dba_profiles s WHERE s.profile='DEFAULT' AND resource_name='PASSWORD_LIFE_TIME';

3、将密码设置成永不过期

ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

4、修改用户密码

alter user system identified by  system;

转载于:https://my.oschina.net/u/2303177/blog/1634118

ORA-28002: the password will expire相关推荐

  1. Oracle 11g 错误:ORA-28002: the password will expire within 7 days 解决方法

    ERROR:ORA-28002: the password will expire within 7 days 错误是提示password快过期了,有两个办法解决问题. 一. 改动已经报错用户的pas ...

  2. 错误:ORA-28002: the password will expire within 7 da

    2019独角兽企业重金招聘Python工程师标准>>> 今天在使用sqlplus时出现 =============================================== ...

  3. 如何解决ORA-28002 the password will expire within 7 days问题(密码快过期)

    1.问题描述: 今天登陆pl/sql工具时,提示 ORA-28002 the password will expire within 7 days 2.问题原因: oracle11g中默认在defau ...

  4. 转ORA-28002: the password will expire within 7 days 解决方法

    转ORA-28002: the password will expire within 7 days 解决方法 参考文章: (1)转ORA-28002: the password will expir ...

  5. Oracle Database 11g 数据库普通用户登录时提示 ORA-28002: the password will expire within 5 days

    用PL/SQL登录oracle数据库时,提示 ORA-28002: the password will expire within 5 days ,密码即将过期,解决方式是: 查看用户的proifle ...

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

    当oracle数据库出现ORA-28002:the password will expire within 7 days提示时,表示数据库密码将在7(N)天内容过期. 为不影响数据库的正常使用,可以通 ...

  7. ORA-28002: the password will expire within 2 days

    今天启动皕杰报表平台时候,发现tomcat报警告信息ORA-28002: the password will expire within 2 days,这实际上是oracle11g中默认在defaul ...

  8. ORA-28002: the password will expire within 7 days 解决方法(后面部分为拷贝,前面加上了自己遇到的问题的时候解决方案)

      首先以管理员密码登录 如果发现仍然登录不进去了,可以将Oracle安装的Linux的系统时间提前,修改方法是: date -s 04/29/2014 date -s 17:52:00 clock ...

  9. 11g sqlplus报错ORA-28002: the password will expire within 3 days 的解决方法

    11g 增加了登录时间的限制,在DEFAULT Profile里能查到,如下所示: SQL> select * from dba_profiles where profile='DEFAULT' ...

最新文章

  1. spring boot 的常用注解使用 总结
  2. python各种读取图像方法
  3. java面板换一个斜的圆形_java – 如何从底部设计圆形视图?
  4. testlink(以及服务器)问题定位思路
  5. java ftp 上传文件 无效_java实现FTP文件上传出现的问题
  6. Switching命令大全
  7. 【数据库原理实验(openGauss)】数据库的备份与恢复
  8. 动力学是如何做预测的
  9. 优秀员工评审表 模板
  10. 03一般过去时和主谓双宾
  11. 排列组合,字符串——Killer Names
  12. 到处excel表格的数据和页面的数据不一致
  13. Spring Cloud 配置中心乱码解决
  14. mysql截取两个括弧中间的字符_mysql 截取指定的两个字符串之间的内容
  15. PowerPoint ppt 触发器 自定义动画 视频 音频 播放 停止
  16. 开发中你不得不知的一些英文缩写(专业术语)
  17. mysql 数据精确度,MySQL中数值类型的精度探析
  18. 腾讯打击QQ宠物外挂颁布Q宠打工新规定(转)
  19. 从Android studio 2.3.3 升级到 3.1.3最新版本 导入旧项目遇到的诸多错误,终极解决办法!!
  20. android之向Gallery中添加倒影3D效果

热门文章

  1. 执行cp命令时提示cp: 略过目录
  2. 在html中加入滚动条,html在div中显示滚动条
  3. 【转载】Linux安装配置Qt
  4. mysql的结构,段页区,及客户端命令
  5. 【科技】浅谈圆的反演
  6. ubuntu下安装Firefox中国版解决Ubuntu与Windows下Firefox账号同步问题(已解决)
  7. 关于offsetTop offsetHeight clientHeight scrollHeight scrollTop的区别研究
  8. java学习笔记12--异常处理
  9. 如何进入、退出docker的container
  10. SIFT-FCACO算法的图像配准