码迷,mamicode.com
首页 > 数据库 > 详细

Oracle 提示密码过期问题:the password will expire

时间:2015-02-16 14:12:23      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

SQL> conn scott/tiger
ERROR:
ORA-28002: the password will expire within 1 days


Connected.
SQL> conn /as sysdba
Connected.
SQL> alter user scott identified by tiger
  2  ;

User altered.

SQL> conn scott/tiger
Connected.
SQL> 

 

Oracle 提示密码过期问题:the password will expire

标签:

原文地址:http://www.cnblogs.com/yshyee/p/4294046.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!