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!

Changing the ADMIN developer PW

Bob VDec 11 2024 — edited Dec 11 2024

I'm trying to change my PW for my ADMIN account in all of my workspaces.

I've reset the ADMIN PW via these instructions , which works fine in SQL dev accessing the data. And actually both the old and new PW still work in SQL dev.

**Reset ADMIN password**
-From within NSAW navigate Home-> Console-> Warehouse.

-Click on “Reset Credentials” and enter a new ADMIN password

**Reset OAX_USER password**

-Log in to SQL DEVELOPER as an admin (web or application)
-Change password for OAX_USER

-Can be done using a script ALTER USER OAX_USER IDENTIFIED BY NewPassword123; (Replace NewPassword123 with new password)

And when I log into a workspace its still referecning the old PW.

And when I try to go into Admin services, the same thing happens where its referencing the old PW.

And If I try to change the PW here for a workspace it doesnt take the change?

Thanks for any help.

Comments
Post Details
Added on Dec 11 2024
2 comments
265 views