Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How can I reset the password of my workspace account in Oracle APEX?

I’ve gotten locked out of my Oracle APEX workspace. It is hosted locally, not in the Cloud.

The reset password won’t help, as the account is tied to an email address of an employee who left.

The DBA has the credentials of an account of a different workspace.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Is there any procedure to reset this account’s password?

>Solution :

Do you have Database access?
If yes, you can see the Apex table (it’s schema named with the version like apex_210100) and under that, you will find WWV_FLOW_FND_USER table.
Update that table’s row with user_name = ‘youruser’ filtering.

i.e:

set ACCOUNT_LOCKED = 'N',FAILED_ACCESS_ATTEMPTS = 0, web_password = '12345',LAST_FAILED_LOGIN = NULL
where user_name = 'test@test.com';
commit;
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading