查看用户状态:
select username,account_status from dba_users;
1.解锁:alter user XXXXX account unlock;
2.修改密码:alter user XXXX identified by MIMA;