Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Upgrade Oracle Forms 12.2.1.19.0

Mubashar TariqJun 11 2024

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?

  1. 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

Comments
Post Details
Added on Jun 11 2024
17 comments
1,997 views