SQL> conn scott/tigerERROR:ORA-28002: the password will expire within 1 daysConnected.SQL> conn /as sysdbaConnected.SQL> alter user scott identified by tiger 2 ;User altered.SQL> conn scott/tigerConnected.SQL>
本文共 261 字,大约阅读时间需要 1 分钟。
SQL> conn scott/tigerERROR:ORA-28002: the password will expire within 1 daysConnected.SQL> conn /as sysdbaConnected.SQL> alter user scott identified by tiger 2 ;User altered.SQL> conn scott/tigerConnected.SQL>
转载于:https://www.cnblogs.com/yshyee/p/4294046.html