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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

FRM-18108 Failed to load the following items in Oracle Forms 12C

I am new to Oracle Forms. I have installed FusionMiddleWare, Weblogic, Oracle Forms 12C and Java 1.8 and added required environment variables like ORACLE_HOME, FORMS_PATH, TNS_ADMIN, FORMS_BUILDER, FORMS_BUILDER_CLASSPATH and JAVA_HOME and assigned proper values to the variables in my Windows 10 PC.

Initially getting the Debugger failed to initialize but on clicking ok form builder is opening. If I try to open any form (downloaded from git) getting FRM-18108 Failed to load the following items in Oracle Forms 12C and on clicking ok FRM-10102 cannot attach library files, on clicking ok the form is opening but If I try to compile getting missing objects issue as the libraries are not loaded.

Attached the error screenshots for reference. Any suggestions or help would be highly appreciated.

TCCUT - FRM10102.PNG

TCCUT - FRM18108.PNG

Comments

The modules (FMB, MMB, PLL, OLB) must be included in the Builder's FORMS_PATH (in Windows Registry). They should be on the local machine and not a remote location. If you changed the FORMS_PATH while the Builder was already open, you must exit and re-open it.

It is also important that the module you are trying to open is compatible with the version you are using. For example, if you are trying to open a v14 (as an example) module in v12, this will not work.

1 - 1

Post Details

Added on Mar 12 2025
1 comment
46 views