1、打开cmd窗口,输入 sqlplus / as sysdba
2、运行cmd ,输入 alter user 用户名 account unlock;
3、alter user 用户名(system) identified by 新密码(m1234) ; 修改密码 (注意:一定要在英文输入状态下输入字母,否则不识别 )
4、修改成功啦 ,现在可以用新密码 m1234 登录啦
a 启动sqlplus
b 用 用户名 和 密码登录 (system / m1234 )
用新密码 m1234 登录成功 ,注:Oracle 11 g 为了安全起见,输入密码是不会显示输入的,输入m1234 后 按 回车键就行了。
时间: 2024-09-29 01:42:49