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

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> 

 

posted @ 2015-02-16 13:57  yshy  阅读(258)  评论(0编辑  收藏  举报