When i am trying to login to INTERNAL workspace it's showing account is locked.
Then i reset admin password by running @apxchpwd.sql but still showing account is locked.
Then i was trying to unlock my admin account.
begin
wwv_flow_security.g_security_group_id := 10;
wwv_flow_fnd_user_api.UNLOCK_ACCOUNT('ADMIN');
commit;
end;
/
Account being unlocked but not able to login .
Anyone can help me out to reset admin account for INTERNAL Workspace.