Monday, December 22, 2014

How to compile Oracle forms in R12

1) Login to application server.
2) Navigate to the path $AU_TOP/forms/US
3) transfer the .fmb file in binary mode
4) run the below command, .fmx file will be generated if there are no errors.
frmcmp_batch userid=apps/$PASSWORD module=.fmb output_file=.fmx module_type=form batch=no compile_all=yes
5) Transfer the .fmx file to the respective directory.

No comments:

Post a Comment