Hello All,
unable to access APEX 18 in client machine
Using:
Server Machine
windows 10
APEX 18.1
Oracle 18c XE
Client Machine
Windows 10
Problem:
- I have Installed Oracle 18c XE in sever machine and using APEX 18.1
- Apex is working fine in server machine through 127.0.0.1 or IP address (i.e 192.168.1.50:8080/apex/f?p=100)
- But when I am trying to use Application in client machine using ''my ip address" of server machine (server machine ''my ip address " is 122.165.45.57)
i.e 122.165.45.57:8080/apex/f?p=100 , its giving me "connection has timed out ".
- Some times when we restart the server system, its start working in client machine
OR
When we restart the OracleSeviceXE and OracleTNSListner in server machine, its start working in client machine
- after runing the EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE) in server machine and windows firwall setting is off, getting the same issue.
- Both server and client machine have different LAN connection
Please can any one give me some suggestion, It would be great helpful to me.