|
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;
User altered.
SQL> conn scott/tiger
Connected.
SQL>
|