Welcome 微信登录

首页 / 数据库 / MySQL / Oracle ORA-28002: the password will expire within 10 days

Oracle ORA-28002: the password will expire within 10 days解决方法如下1、查询此用户的perfile文件select username,profile from dba_users where username="SCOTT";2、根据文件名查询值select * from dba_profiles where profile="DEFAULT";3、修改密码过期时间password_life_time  为unlimitedalter profile default limit password_life_time unlimited;4、查询密码复杂度验证 PASSWORD_VERIFY_FUNCTION  VERIFY_FUNCTIONalter profile default limit PASSWORD_VERIFY_FUNCTION  NULL;(不采用复杂度验证)5、修改密码为原来密码alter user scott identified by tiger;  上面修改默认的值可能会影响其他,建议创建一个perfile文件 绑定到用户Oracle update关联表的思路总结在Linux下写的MySQL无法插入,sql语句在复制中变"脏"了相关资讯      Oracle错误代码 
  • Oracle错误代码大全  (02/16/2015 21:31:57)
  • Oracle中登陆时报ORA-28000: the   (03/06/2013 20:06:23)
  • Oracle 11g startup时报ORA-03113  (02/21/2013 17:25:55)
  • Oracle Grid Control OUI-25031错  (03/09/2013 09:01:36)
  • ORA-04091:触发器/函数不能读  (02/25/2013 08:28:13)
  • Oracle错误 ORA-12514 解决方法  (02/18/2013 08:50:10)
本文评论 查看全部评论 (0)
表情: 姓名: 字数