Steps to compile Oracle Forms in 11i and r12:
$ f60gen module=<formname>.fmb userid=apps/<apps_pwd> output_file=/forms/US/<formname>.fmx
In R12 use the below command:
frmcmp_batch userid=apps/<apps_paswd> module=<Form_Name>.fmb output_file=<Form_Name>.fmx module_type=form batch=no compile_all=special
- Login to the Application Server as applmgr and run .env file to set the applications environment.
- Change directory to $AU_TOP/forms/US.
- Place “.fmb” file in binary mode
- Execute the below command to generate “.fmx”.
$ f60gen module=<formname>.fmb userid=apps/<apps_pwd> output_file=/forms/US/<formname>.fmx
In R12 use the below command:
frmcmp_batch userid=apps/<apps_paswd> module=<Form_Name>.fmb output_file=<Form_Name>.fmx module_type=form batch=no compile_all=special
0 comments:
Post a Comment