登录oracle时,scott is locked (帐户被锁定) 的解决方法

登录Oracle时,用scott/tiger 
通常此时会报一个错误: scott is locked (帐户被锁定)
现在就要用超级用户system将scott帐户进行解锁。


cmd->sqlplus 


输入用户名:system
输入口令:**** (安装oracle时设定的口令)


SQL>
执行
alter user scott identified by "tiger" account unlock;

意义:修改scott的密码为tiger,并且将其帐户解锁。



 

posted on 2013-08-27 18:04  you Richer  阅读(345)  评论(0编辑  收藏  举报