Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms 14.1.2: Forms Builder no longer generates .fmx/.plx on compilation (worked in 12c)

Charith Gamage6 days ago

Hi all,

After upgrading from Oracle Forms 12c to Oracle Forms 14.1.2.0.0, I’ve noticed a change in behavior when compiling Forms and Libraries using Forms Builder.

In 12c, when compiling .fmb or .pll files from the Forms Builder, the corresponding runtime files (.fmx and .plx) were automatically generated in the same directory upon successful compilation.

However, in 14.1.2:

  • The compilation completes successfully in Forms Builder (no errors)
  • But the .fmx / .plx files are not created
  • I now have to explicitly use the Forms Compiler (frmcmp_batch) to generate these executable files

Example:

  • Compile in Builder → success, but no .fmx/.plx
  • Compile via frmcmp_batch.fmx/.plx generated as expected

I would like to confirm:

  1. Is this a known or expected behavior change in Forms 14c?
  2. Is there any setting/configuration in Forms Builder to enable automatic generation of .fmx / .plx files?
  3. Or is Oracle’s recommended approach now to always use the Forms Compiler for generating runtime executables?

Any clarification or official documentation references would be greatly appreciated.

Thanks in advance!

Comments
Post Details
Added 6 days ago
3 comments
84 views