Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Cannot access the Oracle Application Express web page

570628Sep 27 2008
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 25 2008
Added on Sep 27 2008
0 comments
443 views