Search code examples
sqloracleoracle-apex

ORACLE APEX ADMIN LOGIN ISSUE


I am getting an authentication required message on google chrome when logging into oracle apex admin.

screenshot of error: screenshot of error


Solution

  • I'm assuming you're using the embedded PL/SQL Gateway and the XDB Protocol Server, correct? If so, please ensure:

    • You have run @apex_epg_config.sql
    • You have unlocked the ANONYMOUS database user

    https://docs.oracle.com/database/apex-5.1/HTMIG/configuring-embedded-PL-SQL-gateway.htm#HTMIG29205