这个其实很简单,不过自己经常忘记,所以记下来
sqlplus /nolog;
connect / as sysdba
alter user sys identified by 新密码;
alter user system identified by 新密码;