GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Oracle Forms 4.0

 Print  |  
Question:  how to create exe file of oracle9i application?



February 02, 2008 10:39:33 #2
 g_sidhu   Member Since: August 2007    Total Comments: 122 

RE: how to create exe file of oracle9i application?
 
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.



     

 

Back To Question