1、打开cmd窗口,输入 sqlplus / as sysdba
2、运行cmd ,输入 alter user 用户名 account unlock;
3、alter user 用户名(system) identified by 新密码(m1234) ; 修改密码 (注意:一定要在英文输入状态下输入字母,否则不识别 )
1、打开cmd窗口,输入 sqlplus / as sysdba
2、运行cmd ,输入 alter user 用户名 account unlock;
3、alter user 用户名(system) identified by 新密码(m1234) ; 修改密码 (注意:一定要在英文输入状态下输入字母,否则不识别 )