I can no longer connect to APEX. It seems that one of the users requires to change password.
My installation uses:
- Oracle 11g release 2 XE,
- APEX 5.0.3
- ORDS 3
- Tomcat 7
Digging into tomcat catalina.out log the issue can be traced:
Sep 06, 2016 2:22:03 AM oracle.dbtools.rt.web.HttpEndpointBase modApex
SEVERE: The pool named: apex is not correctly configured, error: ORA-28001: the password has expired
oracle.dbtools.common.jdbc.ConnectionPoolException: The pool named: apex is not correctly configured, error: ORA-28001: the password has expired
Which specific user should be modified to ensure that password does not change?
I have not too much experience so some guidance here is really welcomed, as I do not really understand which user is facing the issue and how this should be fixed.
Thanks,