How to connect to database when running Forms program on a web browser from the end user's Windows7
I am running Oracle Forms 11.1.1.6 on Windows7 32-bit. When I run my Forms program on this machine, I can connect to the database without any problem because I have the tnsnames.ora and sqlnet.ora files on this Windows7 machine. But when I try to run my Forms program from a web browser on a different Windows7 machine that doesn't have Oracle Forms & Reports installed, my program comes up but I can't connect to the database. The end users' machine not suppose to have Forms & Reports installed, that means there is no tnsnames.ora nor sqlnet.ora file on their machine. Do you know
0