APEX: Reset default workspace password

Here is how to reset default workspace (INTERNAL) password:

Run sqlplus, but from the directory, in which you have the apex sql scripts and execute the following:

conn / as sysdba
@apxchpwd

Set the new password for admin and login into the application in the administration workspace with a link such as:

http://localhost:8888/apex/apex_admin

Leave a Reply