HOW TO COMPILE AND OPEN ORACLE FORMS IN UNIX:
Below are the commands to open and compile Oracle Forms in UNIX.
FORMS6I:
to open- f60desm
to compile/generate - f60genm
FORMS 9I:
to open - frmbld
to compile/generate – frmcmp
f90genm userid=scott/tiger@bs817 batch=yes module=$i module_type=form
compile_all=yes window_state=minimize
For 10gR1 = forms 9.0.4.x, you can use f90gen also
For 10gR2 = forms 10.x, you can use frmcmp.sh or frmcmp_batch.sh
Demo script (Linux) – Compiling forms application
frmcmp_batch.sh Module_type=LIBRARY Module=$ff userid=username/password@database upgrade=yes batch=yes window_state=minimize compile_all=yes