122 — Install Oracle Forms Reports 12214 With Weblogic 12c
This step creates the middleware home (MW_HOME) and installs the WebLogic infrastructure.
cd /u01/software
java -jar fmw_12.2.1.2.0_wls.jar -silent \
ORACLE_HOME=/u01/app/oracle/product/wls12212 \
INSTALL_TYPE="WebLogic Server"
For GUI install (if X11 forwarded):
java -jar fmw_12.2.1.2.0_wls.jar
Installation Screens (GUI):
Once done, set up the WebLogic environment: install oracle forms reports 12214 with weblogic 12c 122
source /u01/app/oracle/product/wls12212/wlserver/server/bin/setWLSEnv.sh
From WebLogic Console or via command:
$DOMAIN_HOME/bin/startManagedWebLogic.sh WLS_FORMS http://localhost:7001
$DOMAIN_HOME/bin/startManagedWebLogic.sh WLS_REPORTS http://localhost:7001
Fix: Check symbolic link from $DOMAIN_HOME/config/fmwconfig/forms to $FORMS_HOME/forms. Re-create using ln -s $FORMS_HOME/forms $DOMAIN_HOME/config/fmwconfig/forms This step creates the middleware home ( MW_HOME
Create a dedicated Oracle middleware user: For GUI install (if X11 forwarded): java -jar fmw_12
groupadd oinstall
useradd -g oinstall -m -d /home/oracle oracle
passwd oracle
./startManagedWebLogic.sh WLS_FORMS http://localhost:7001





















