Oracle APEX – XDB Authentication Popup dialog on 12cR2 multitenant
XDB username and password required
When installing Apex on 12cR2 multitenant this popup appears:
Solution:
Connect as sysdba to CDB$root then alter user account status:
SQL> select account_status from dba_users where username='ANONYMOUS';
ACCOUNT_STATUS
--------------------------------
EXPIRED & LOCKED
SQL> alter user ANONYMOUS ACCOUNT UNLOCK;
SQL> select account_status from dba_users where username='ANONYMOUS';
ACCOUNT_STATUS
--------------------------------
EXPIRED
SQL> alter user ANONYMOUS identified by ANONYMOUS ACCOUNT UNLOCK;
user Altered..
SQL> select account_status from dba_users where username='ANONYMOUS';
ACCOUNT_STATUS
--------------------------------
OPEN
Hope this help..
if you still having troubles then alter the following user
ALTER USER APEX_PUBLIC_USER IDENTIFIED BY APEX_PUBLIC_USER ACCOUNT UNLOCK;
Thank you.
Thank you...you saved my day man...
ReplyDeleteThank you, it was a great help.
ReplyDelete1000 points for you.
Regards
none of the solution worked even after the account is open and unlock.
ReplyDeletePlease try to restart database.
DeleteThanks for sharing this great information I am impressed by the information that you have on this blog. Same as your blog i found another one Oracle APEX . Actually, I was looking for the same information on internet for
ReplyDeleteOracle Apex Interview Questions and Answers and came across your blog. I am impressed by the information that you have on this blog. It shows how well you understand this subject.