How to create exe file of oracle9i application?

Questions by tayyab_chishty

Showing Answers 1 - 2 of 2 Answers

bahubcd

  • Jan 28th, 2008
 

There won,t be any .exe file methodology in Oracle 9i as far as i know. The OC4J instance should be turned on and the .fmx files should be present on the server and then you can access the forms by using the ip or the url set by you in forms run time configuration.

  Was this answer useful?  Yes

g_sidhu

  • Feb 13th, 2008
 

When you work in the Form Builder, you are creating binary files, and when you run an application, you are executing executable files. Forms stores its binary files with an .fmb extension and its executable files with an .fmx extension. The .fmx files are the compiled version of .fmb files. To run a form for testing or deployment, it must first be compiled into an .fmx file.

The .fmb files are platform-independent. They can be created on one platform and then edited or compiled on another. The .fmx files, on the other hand, are platform-dependent. An .fmx file

compiled on Windows NT cannot run on UNIX, and vice versa.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions