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