PreviousNext
JavaScript must be enabled to correctly display this content
Reset the OAX_USER Password
You need to reset the password for the OAX_USER before creating a connection to an Autonomous Data
Warehouse.
Sign in to Database Actions with the ADMIN user's credentials.
Click DATABASE USERS in the Administration section and edit the OAX_USER account details.
Enter a new password and confirm it.
Click the Web access toggle, then click Apply Changes.
If Database Actions (SQL Developer Web) isn't accessible, use the SQL Developer desktop client to reset the OAX_USER password. Run the following commands, defining a new password in place of NewPassword in SQL Developer desktop client.
ALTER USER OAX_USER IDENTIFIED BY NewPassword;
COMMIT;