25 August 2010

Apex Password reset

source the env file
cd $ORACLE_HOME/apex
SQL> connect / as sysdba
Connected.
SQL> @apxchpwd.sql
Session altered.
...changing password for ADMIN
PL/SQL procedure successfully completed.
Commit complete.

After that I was able to connect to the ADMIN user using passwd 'newpassword' under workspace INTERNAL.

No comments: