Oracle APEX – XDB Authentication Popup dialog on 12cR2 multitenant



XDB username and password required


When installing Apex on 12cR2 multitenant this popup appears: 


This Popup appears when user : ANONYMOUS status is LOCKED or EXPIRED .

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.


   

5 comments:

  1. Thank you...you saved my day man...

    ReplyDelete
  2. Thank you, it was a great help.
    1000 points for you.
    Regards

    ReplyDelete
  3. none of the solution worked even after the account is open and unlock.

    ReplyDelete
  4. Thanks 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
    Oracle 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.



    ReplyDelete

2015@Bahaa Barghouti. Powered by Blogger.