
22

ORA-28000错误解决方案
source link: http://www.cnblogs.com/pxyblog/p/13867474.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

当使用SQL*Plus登录时,Oracle数据库时提示“ORA-28000:帐号被锁定”。 导致出现改错误的原因是:在oracle database 11g中,默认在default概要文件中设置了“FAILED_LOGIN_ATTEMPTS=10”,当输入密码错误次数达到设置值将导致此问题。
解决办法
步骤一
命令行中执行: sqlplus/nolog
命令行中执行:conn/as sysdba
步骤二
1、给用户进行解锁。ris 为用户名,123456为密码,account unlock为 解锁( 注意:一定要查看之前的密码,之前是什么这就写成什么密码 )。
alter user ris identified by 123456 account unlock;
步骤三
改完以后再进行提交。
输入命令 commit;
Recommend
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK