用命令行的方式进去修改密码即可。sqlplus /nolog conn /as sysdba alter user user_name identified by pwd其中user_name为忘记密码的用户,pwd为新密码。