标签:
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