I am upgrading Oracle Forms 12.2.1.4 to 12.2.1.19. I am following “Performing an In-Place Upgrade” @ instructions .
Question : What is the purpose of following step? What does it do?
-
If installing on Unix/Linux, execute the following in a shell as the same user that owns this new installation:
a) Set the ORACLE_HOME
environment variable and point it to the Forms home, for example:
export ORACLE_HOME=<FORMS HOME>
b) Issue the following commands:
cd $ORACLE_HOME/procbuilder/lib
make -f ins_procbuilder.mk sharedlibs dejvm_install
cd $ORACLE_HOME/forms/lib
make -f ins_forms.mk sharedlib frmopmn_wrp_install frmctrl_install
frmweb_install frmcmpb_install frmcmp_install frmbld_install