打开SQL Plus ,在SQL Plus 下即可解锁并修改密码,步骤如下:
运行---> cmd--- sqlplus,提示输入用户名,在这里我们先用管理员账号进入:system----该账户的权限比scott还要高,
输入设定好的密码,进入,出现以下提示表示连接并成功登陆数据库:
连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL>
在sql plus中输入以下sql语句:
conn sys as sysdba
输入密码---------
alter user scott identified by tiger account unlock; conn scott/tiger;
时间: 2024-11-04 14:17:09