Remote access to apex applications
SadockSep 27 2012 — edited Dec 3 2012dear all
I am finding i way to enable access to apex applications from remote machines in my LAN. Local access is working fine. I need to enable users to access applications from their clients web-browser by using URL such as http://lugao-pc:8282/apex. I am using Apex 4.1.1 in Oracle 11gR2 using Embedded PL/SQL Gateway
I have seen other posts that say Enable Remote HTTP Connection to the Database by using EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE); in SQLPlus as SYSDBA. But this has not helped me. I am thinking this is because I am using PL/SQL Gateway not Oracle HTTP Server. If am not wrong how can I allow remote access by using existing installation?
Regards
Sadock