Install Oracle Forms Reports 12.2.1.4 With Weblogic 12c 12.2 < ULTIMATE — COLLECTION >
Navigate to your staging area and install the JDK. For Forms 12.2.1.4, JDK 1.8 is widely used, though JDK 11 is certified.
# Example command assuming tar.gz archive
cd /u01/app/oracle
tar -zxvf /path/to/jdk-8uXXX-linux-x64.tar.gz
Set the JAVA_HOME variable in your current session (and later in .bash_profile):
export JAVA_HOME=/u01/app/oracle/jdk1.8.0_XXX
export PATH=$JAVA_HOME/bin:$PATH
Edit $DOMAIN_HOME/bin/setDomainEnv.sh:
USER_MEM_ARGS="-Xms2048m -Xmx4096m"
export USER_MEM_ARGS
Now install the Forms & Reports component into the same Oracle Home.
cd /u01/app/oracle/middleware/oracle_common/common/bin
./config.sh
In the wizard:
Assign your servers to a "Machine" (Node Manager). This allows you to start and stop the servers remotely or automatically on boot.
In formsweb.cfg:
cache=true
maxCacheSize=100
Edit $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_12.2.1/config/forms/common/formsweb.cfg:
baseHTMLjpi=basejpi.htm
baseHTMLjpi_ie=basejpi_ie.htm
baseHTML=true
archive=/forms/forms/java/frmall.jar
separateFrame=false
Create the Oracle Inventory and Middleware directories. Install Oracle Forms Reports 12.2.1.4 With Weblogic 12c 12.2
mkdir -p /u01/app/oraInventory
mkdir -p /u01/app/oracle/middleware
chown -R oracle:oinstall /u01
chmod -R 775 /u01