文章 2021-12-14 来自:开发者社区

Oracle 数据库用户锁定与解锁,用户锁定最大密码失败次数设置方法,ORA-28000: the account is locked问题解决方法

用户多次密码输入错误达到一定值就会被锁定。-- 用户锁定方法 alter user 数据库名 account lock; -- 用户解锁方法 alter user 数据库名 account unlock;当锁定时连接数据库就会报如下错误。An error occurred while establishing the connection: Long Message: ORA-28000: th....

Oracle 数据库用户锁定与解锁,用户锁定最大密码失败次数设置方法,ORA-28000: the account is locked问题解决方法
文章 2017-12-13 来自:开发者社区

oracle登录错误:ORA-28000: the account is locked 解决方法

1.问题描述 新建了一个数据库testeos,但是在用scott用户登录时出现错误:ORA-28000: the account is locked。这是因为scott用户被锁定了,我们要做的就是将scott用户解锁。 2.解决方法 解锁方法是用system/sys用户登录数据库testeos,然后修改scott账户,具体如下图所示: 本文转自xwdreamer博客园博客,原文链接:ht...

oracle登录错误:ORA-28000: the account is locked 解决方法

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

相关镜像