问题总在解决的时候提及,解决在思考中!
select username,account_status,expiry_date,profile from dba_users;
select * from dba_profiles s where s.profile=‘DEFAULT‘ and resource_name=‘PASSWORD_LIFE_TIME‘;
alter profile default limit password_life_time unlimited;
$sqlplus / as sysdba
alter user smsc identified by <原来的密码> ----不用换新密码
原文:https://www.cnblogs.com/ataoxz/p/15236963.html