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!

can't connect to the apex admin screen

767307Apr 22 2010 — edited Apr 24 2010
I've spent the last 2 days just trying to get to the apex admin page. I've even de-installed with @apxremov and re-installed with @apxremov to no avail. Interestingly, using the 8888 port results in the "unable to connect" error but substituting 1521 results in a blank page.
Any ideas? Thank you for your assistance.

Here's my db environment while trying to connect with firefox 3.5.8:
SQL> show parameter list

NAME TYPE VALUE
----------- listener_networks string
local_listener string LISTENER_xxx
remote_listener string
SQL>

SQL> select * from v$version;

BANNER
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production

SQL> select dbms_xdb.gethttpport() FROM dual;

DBMS_XDB.GETHTTPPORT()
8888
This post has been answered by 438381 on Apr 24 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2010
Added on Apr 22 2010
30 comments
7,133 views