ORA-28000: the account is locked-的解决办法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ORA-28000: the account is locked-的解决办法相关的知识,希望对你有一定的参考价值。

摘自:http://www.cnblogs.com/jianqiang2010/archive/2011/09/01/2162574.html

 

本文采用的是原文的第一种解法,看图说话:

ORA-28000: the account is locked
第一步:使用PL/SQL,登录名为system,数据库名称不变,选择类型的时候把Normal修改为Sysdba;
第二步:选择myjob,查看users;
第三步:选择system,右击点击“编辑”;
第四步:修改密码,把“帐户被锁住”的勾去掉;
第五步:点击“应用”再点击“关闭”;
第六步:重新登录就可以通过验证了;

技术分享

以上是关于ORA-28000: the account is locked-的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

ORA-28000: the account is locked解决办法

ORA-28000: the account is locked-的解决办法

ORA-28000: the account is locked-的解决办法

Oracle登录报错ORA-28000: the account is locked

Oracle账户被锁解决:ora-28000:the account is locked

PL/SQL报错:ORA-28000:the account is locked