the account is locked怎么解决

Posted

tags:

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

在oracle中,连续十次尝试登陆不成功,那么此账户将会被锁定(lock)。当使用被锁定的账户登录时,系统会报错:ORA-28000: the account is locked。本文描述次错误的解决思路。\r\n方法/步骤\r\n\r\n\r\n1\r\n使用system或者sys账户登录,注意请以管理员身份登录。Sytem和sys的默认密码请在网上查找。本文以sys账户为例,sys的默认密码是:change_on_install 。\r\n2\r\n使用命令解锁用户。命令为:alter user username account unlock;其中username为被锁定的用户名。\r\n3\r\n重置用户密码。命令为:alter user username identified by password;其中username为用户名,password为新密码。\r\n4\r\n使用账户重新尝试登陆。如果命令全部执行成功,那么应该可以正常登陆系统。 参考技术A 账户被锁定:解除方法:用管理员登陆例如要登陆的管理员密码是manager123,登陆的数据库是orclconnsys/manager123@orclassysdba假如要解锁的账户是scottalteruserscottaccountunlock这样就okay了希望对你有帮助本回答被提问者采纳 参考技术B

回答和翻译如下                                                     :


the account is locked                       .


帐户已锁定                  。

以上是关于the account is locked怎么解决的主要内容,如果未能解决你的问题,请参考以下文章

the account is locked怎么解决

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

oralce的系统用户system的输入口令怎么找回?遇见ORA-28000: the account is locked怎么解锁?

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

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

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