标签:
the account is locked解决办法:
1、进入sqlplus
sqlplus "/as sysdba"
2、解锁:
alter user hpmng account unlock;
3、修改密码:
alter user hporg identified by hporg;
ORACLE解锁数据库用户
原文地址:http://www.cnblogs.com/dashi/p/4244782.html