Cannot access the Oracle Application Express web page
Hi all,
I have a 10.2 Oracle database installed.
I have downloaded APEX 3.1.2 and installed it as the following:
sqlplus / as sysdba
@apexins SYSAUX SYSAUX TEMP /i/
I have checked inside the install log file and no errors there.
sqlplus / as sysdba
@apxchpwd
sqlplus / as sysdba
@apex_epg_config /apex_directory
ALTER USER ANONYMOUS ACCOUNT UNLOCK;
@apxldimg.sql /apex_directory
EXEC DBMS_XDB.SETHTTPPORT(8080);
All these commands and scripts worked properly
When I try to access the administration web page, before loading the page, I got a popup asking me for a login and password. I tried all users and passwords as sys, system, admin, xdb, ... but I still could not load the APEX web login page.
I have execute the following command to make sure that anybody can access to APEX but It changed nothing to the problem.
BEGIN
dbms_epg.set_dad_attribute('APEX','database-username','ANONYMOUS');
END;
/
Does anyone got the same problem or know why it happens ?
Cheers