Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to unlock APEX user account ?

Hi,

Under APEX 23.5.1 The account of a user is locked by making several connection trials. To unlock it I have created a PLS/SQL procedure that I run with a button.

  begin
 apex_util.set_workspace('FLORIMONT');
 apex_util.unlock_account('victor.csyndical@SOMETHING.COM');
 commit;
end;

But it does not work, account remains locked.

Best regards.

This post has been answered by Zoltán on Nov 17 2023
Jump to Answer
Comments
Post Details
Added on Nov 16 2023
5 comments
5,666 views