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!

Help needed to identify Apex port

Rhine23Mar 25 2015 — edited Mar 26 2015

Hi Guys I'm a bit confused I have installed apex in PDB1 the install went fine, But now when I try getting to it from a URL I can not.

I have checked with my network admin and they have checked to make sure the ports I'm using are free and accessible which they said they are

Please view the output below and let me know if there is something wrong.


SQL> alter session set container=CDB$ROOT;

Session altered.

SQL> set long 10000

SQL> select dbms_xdb_config.usedport from dual;

USEDPORT

--------------------------------------------------------------------------------

<portlist>

  <port>

    <pdbid>1</pdbid>

    <ftpport>22</ftpport>

    <httpport>8080</httpport>

  </port>

  <port>

    <pdbid>4</pdbid>

    <httpport>10014</httpport>

    <httpport2>5502</httpport2>

  </port>

I have tried

http://192.168.103.201:5502/apex/apex_admin

http://192.168.103.201:8080/apex/apex_admin

http://192.168.103.201:10014/apex/apex_admin

http://192.168.103.201:80/apex/apex_admin

  

None of them work

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2015
Added on Mar 25 2015
7 comments
1,610 views