Hello,
We have installed Oracle Forms builder [32 Bit] Version 10.1.2.0.2, Application is Oracle R12.1.3
Verified the environment variable and windows registry for the correct forms path.
We are able to open all forms (custom too) as well as seeded libraries. But when we try to open the CUSTOM.pll, forms builder is crashing. I have copied all the libraries from $AU_TOP/resource to the local directory as well.
Please let me know if I'm missing anything.
As an alternative, tried to convert it to pld using the below command:
frmcmp_batch module=CUSTOM.pll userid=apps/apps output_file=CUSTOM.pld module_type=LIBRARY batch=yes Script=YES compile_all=special
Made some minor changes and converted back to pll using below command
frmcmp_batch module=CUSTOM.pld userid=apps/apps output_file=CUSTOM.pll module_type=LIBRARY parse=YES
But the new CUSTOM.pll now has a significant size decrease (from 400KB original to 208KB converted). Looks like it is missing all library references, How can I fix this?
Please help!
Thank you
Prabhu