先以SYSTEM或SYS用户登录数据库,在“请输入用户名:”后输入sqlplus /as sysdba。“输入口令:”后面直接回车。
之后使用如下命令:
alter user scott identified by tiger account unlock;
可以将SCOTT用户的锁解开。