ERROR: ORA-28002: the password will expire within 7 days 解决办法
再设置一次原先的密码,如下:
$sqlplus / as sysdba
sql> alter user <用户名> identified by <原来的密码>
ERROR: ORA-28002: the password will expire within 7 days 解决办法
再设置一次原先的密码,如下:
$sqlplus / as sysdba
sql> alter user <用户名> identified by <原来的密码>