Modifier ou Déverrouiller le mot de passe ADMIN de APEX/ORDS
1- Loguer sur le serveur APEX
2-Connexion en tant que oracle
# su – oracle
[oracle@srvapex38 apex]$ cd $ORACLE_HOME/apex
[oracle@srvapex38 apex]$ sqlplus / as sysdba
SQL> Alter session set container=FREEPDB1;
SQL> @apxchpwd
…set_appun.sql
================================================================================
This script can be used to change the password of an Oracle APEX
instance administrator. If the user does not yet exist, a user record will be
created.
================================================================================
Enter the administrator’s username [ADMIN]
User « ADMIN » exists.
Enter ADMIN’s email [manheng.luong@gmail.fr]
Enter ADMIN’s password []
Changed password of instance administrator ADMIN.
SQL>


