Install Oracle Forms Reports 12214 With Weblogic 12c 122 ✮
source /u01/app/oracle/product/wls12212/wlserver/server/bin/setWLSEnv.sh This is the core of our stack. The installer will detect the existing WebLogic home.
[default] baseHTMLJInitiator=basejini.htm baseHTMLJpi=basejpi.htm archive_jini=frmall_jinit.jar archive=frmall.jar # Increase pool size pool=5 # Set timeout timeout=1800 # For better performance lookandfeel=oracle envFile=default.env Edit $DOMAIN_HOME/config/fmwconfig/reports/servers/reportsServer1/rwserver.conf : install oracle forms reports 12214 with weblogic 12c 122
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): Use RCU to create these
export FORMS_HOME=/u01/app/oracle/product/fr12214 export PATH=$FORMS_HOME/bin:$PATH Oracle Forms & Reports requires metadata schemas in a database (Oracle Database 12c/18c/19c). Use RCU to create these. install oracle forms reports 12214 with weblogic 12c 122
| Component | Version | File Name Pattern | |------------|---------|--------------------| | WebLogic Server | 12.2.1.2 | fmw_12.2.1.2.0_wls.jar | | Oracle Forms & Reports | 12.2.1.4 | fmw_12.2.1.4.0_fr_linux64.bin (or Windows .exe ) | | JDK | 1.8 (8u211 or later) | jdk-8u301-linux-x64.tar.gz | | RCU (Repository Creation Utility) | 12.2.1.2+ | fmw_12.2.1.2.0_rcu.jar |