ORA-28001: the password has expired

今天在连接本机上的oracle数据库时报以下错误

执行请求的操作时遇到错误:


ORA-28001: the password has expired
28001. 00000 -  "the password has expired"
*Cause:    The user's account has expired and the password needs to be
           changed
*Action:   change the password or contact the DBA

供应商代码 28001

百度得知是创建用户时缺省密码过期限制是180天(即6个月),百度了各种方法都没有解决。

后来自己在doc中进入oracle,输入用户名和密码,竟然让我自动修改密码。

cmd  -->  sqlplus  -->  用户名  -->  密码

posted @ 2018-05-08 20:47  lxpaopao  阅读(16)  评论(0编辑  收藏  举报