大早上正式库提示:

Oracle提示错误消息ORA-28001: the password has expired

解决办法:

1、利用SYSDBA权限登陆;

2、查看账户信息:select username,account_status from dba_users

3、如果账户locked/expired,

得先解锁:

alter user BJMMIS account unlock;

再修改密码

alter user BJMMIS identified by newpwd;

一劳永逸破解11G180天自动密码失效的办法:

查询密码有效期

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

修改为无限制:

ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED

转载于:https://www.cnblogs.com/toSeeMyDream/p/5249616.html

ORA-28001: the password has expired相关推荐

  1. Oracle提示错误消息ORA-28001: the password has expired

    记录项目问题 Oracle提示错误消息ORA-28001: the password has expired [日期:2011-09-17] 来源:Linux社区  作者:Linux [字体:大 中 ...

  2. WARNING:Your password has expired --linux 用户密码过期

    今天在ssh 提示  WARNING:Your password has expired 设置用户到期时间 chage -M 36000 用户名 chage -l 用户名 #查看用户信息 转载于:ht ...

  3. 解决orcale报ORA-28001: the password has expired

    ORA-28001: the password has expired 通过ORACLE_NET_SERVICE 连接数据库的时候,报错ORA-28001: the password has expi ...

  4. Mysql 5.7 错误号码1862 Your password has expired. To log in you must change it using a client...

    Mysql 5.7 错误号码1862 Your password has expired. To log in you must change it using a client- 解决方案: 1.进 ...

  5. ORA-28001: the password has expired解决方法

    Oracle提示错误消息ORA-28001: the password has expired,是由于Oracle11G的新特性所致, Oracle11G创建用户时缺省密码过期限制是180天(即6个月 ...

  6. Your password has expired. To log in you must change it using a client that supports expired pass...

    为什么80%的码农都做不了架构师?>>>    msyql 5.7.11版本安装 mysql生成的root的临时密码是 2016-05-10T10:05:47.421912Z 1 [ ...

  7. mysql5.7密码过期ERROR 1862 (HY000): Your password has expired. To log in you must change

    环境: ubuntu14.04  mysql5.7 一.mysql5.7 密码过期问题 报错: ERROR 1862 (HY000): Your password has expired. To lo ...

  8. 解决 ORA-28001: the password has expired 问题

    解决 ORA-28001: the password has expired 问题 参考文章: (1)解决 ORA-28001: the password has expired 问题 (2)http ...

  9. oracle报错:ORA-28001: the password has expired

    忽然发现备份脚本不执行了,手动执行脚本报错ORA-28001: the password has expired,我用的system用户,用system登录数据库报同样的错 oracle默认用户密码1 ...

最新文章

  1. 简单记录一下fabric版本1.4的环境搭建,
  2. 今天的解放过后的蜡笔小新
  3. u3d_shader_surface_shader_1
  4. 数据库搭建主从mysql_数据库mysql主从搭建
  5. JSP JavaBean作用范围
  6. codeforces 27 E. Number With The Given Amount Of Divisors(数论+dfs)
  7. MVPArms框架学习遇到的一个问题——普通Activity配合Fragment出现空指针
  8. RGB图像点落入色度图上的算法
  9. Beagleboard-xM Rev B 开发板探索 0.1
  10. 奥特曼系列ot中怎么选择服务器,《奥特曼系列OL》新手攻略(另外一篇)
  11. 3dMax 对齐(星系)
  12. node.js对接支付宝沙箱,看这篇足够
  13. 了解一下ES module 和 Commonjs
  14. ipad air4参数配置
  15. 《大道至简》第一章 编程的精义 伪代码
  16. PID算法控制小车转向
  17. python炫酷动画源代码_python_红心大战游戏源代码_满分原创作业
  18. 北京计算机二本学院,北京有哪些二本大学
  19. 戴尔微型计算机怎么格式化,DELL笔记本怎么格式化?请解答详细步骤!
  20. iOS单元测试与集成

热门文章

  1. Charles(HTTP抓包工具软件)中文版
  2. 数据库死锁查询及处理
  3. [ZJOI2008]生日聚会Party
  4. java.util.Properties类,保存时保留注释及格式不变
  5. 为什么static成员的类型可以是类本身?又为什么非static成员被限定声明为其自身类对象的指针或引用?...
  6. Wpf体系结构的学习
  7. java中的内省 (Introspector)
  8. omnigraffle怎么画曲线
  9. 中国云计算市场加速发展 今年有望突破3000亿
  10. Zookeeper服务器集群的搭建与操作