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

ORA-28000: the account is locked

这个错解决办法

dba登陆数据库(我是在数据库机器上登陆的)

方法一:

sqlplus /nolog

conn / as sysdba

然后

 ALTER USER username ACCOUNT UNLOCK;

方法二:

修改账户密码

alter user username identified by new_password;

猜你喜欢

转载自bingtang5.iteye.com/blog/2250199
今日推荐