管理员账户登陆数据库系统进行解锁
select * from dba_users where username='ONEPAY'
alter user ONEPAY account unlock
管理员账户登陆数据库系统进行解锁
select * from dba_users where username='ONEPAY'
alter user ONEPAY account unlock
转载于:https://www.cnblogs.com/flea/p/10919462.html