APEX User Accounts
APEX - Unlock user account
APEX - Unlock user account
...without logging to interface
select * from APEX_180100.WWV_FLOW_FND_USER where account_locked = 'Y';
update APEX_180100.WWV_FLOW_FND_USER
set account_locked = 'N'
where User_name in ('USERNAME');
commit;
Bibliography
Bibliography