Home » Developer & Programmer » Forms » How to get Forms to Run on Client / Server (10g)
How to get Forms to Run on Client / Server [message #281385] Fri, 16 November 2007 11:11 Go to next message
hdogg
Messages: 94
Registered: March 2007
Member
I want to run an oracle form. The oracle database is on Server A. The anyfile.fmx file is on Server B. Can I run the anyfile.fmx from a client?
Re: How to get Forms to Run on Client / Server [message #281386 is a reply to message #281385] Fri, 16 November 2007 11:15 Go to previous messageGo to next message
varu123
Messages: 754
Registered: October 2007
Senior Member
yes you can provided your tnsnames(client) and listener(server) files are properly configured
Re: How to get Forms to Run on Client / Server [message #281387 is a reply to message #281386] Fri, 16 November 2007 11:18 Go to previous messageGo to next message
hdogg
Messages: 94
Registered: March 2007
Member
K.

So every client that accesses the server that listens to the database server has to have changes too?
Re: How to get Forms to Run on Client / Server [message #281447 is a reply to message #281385] Fri, 16 November 2007 23:05 Go to previous messageGo to next message
dbhossain
Messages: 155
Registered: August 2007
Location: Dhaka
Senior Member

Dear hdogg,

As per your statement:

Your database Server is :A
Application Server :B (where your forms runtime residing anyfile.fmx)

and you want to execute/run anyfile.fmx from any client computer


OK, you have to ensure the net configuration between
database server (A) and Application Server(B).

when you call your anyfile.fmx as the way following way from the client comptuer

http://B:8889/forms90/f90servlet?form=anyfile

the anyfile form will run and disply it to the client machine and data as well as from database server A.


Note: you must have net configured between server A and B.
you can do it by Net configuration wizard or configuring the tns.ora file


Thanks




Re: How to get Forms to Run on Client / Server [message #286513 is a reply to message #281447] Fri, 07 December 2007 13:10 Go to previous messageGo to next message
hdogg
Messages: 94
Registered: March 2007
Member
So one more question on that............ Do I need to have any software installed on the application server??? Or could I simple put the fmx file on it... also is there a certain folder it's supposed to go in?
Re: How to get Forms to Run on Client / Server [message #288885 is a reply to message #286513] Wed, 19 December 2007 00:28 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
The Forms server goes on the application server. The folder to use is the folder described in the 'formsweb.cfg'

David
Previous Topic: OC4J instance
Next Topic: excel to oracle
Goto Forum:
  


Current Time: Thu Dec 05 19:34:13 CST 2024