当前位置: 代码迷 >> Oracle管理 >> oracle 有关问题:the account is locked
  详细解决方案

oracle 有关问题:the account is locked

热度:233   发布时间:2016-04-24 05:52:58.0
oracle 问题:the account is locked
我是以管理员身份使用oracle的,结果登录错误三次以后导致用户被锁,请问其他方法如何解开锁?

------解决方案--------------------
学习
------解决方案--------------------
sys登陆 sqlplus / as sysdba
alter user user_name
account unlock;
  相关解决方案