数据库用户被锁怎么办,报the passord logon

–1.使用管理员用户登陆,查看用户状态;
select username,account_status from dba_users;
–2.修改用户状态;
alter user base account unlock;
–3.重新设定密码
alter user base identified by base;
commit;

posted @ 2016-04-10 09:59  IT打工匠  阅读(273)  评论(0)    收藏  举报