oracle报错:ORA-28000: the account is locked

连接数据库的时候报:

ORA-28000: the account is locked

解决方法:

cmd-进入命令行

C:Users>sqlplus /nolog

SQL*Plus: Release 11.2.0.1.0 Production on 星期一 10月 31 15:25:10 2016

Copyright (c) 1982, 2010, Oracle. All rights reserved.

SQL> connect /as sysdba
已连接。
SQL> alter user yimai account unlock;

用户已更改。

OK!!!

 

原文地址:https://www.cnblogs.com/sincoolvip/p/6016088.html