Install Oracle Forms Reports 12214 With Weblogic 12c 122 -

Navigate to your Oracle Home binary path: C:\Oracle\Middleware\Oracle_Home\oracle_common\bin . Run rcu.bat (Windows) or ./rcu (Linux). Click Next .

With the infrastructure home established, you can now layer the Forms and Reports binaries on top.

Select an Oracle Home (e.g., /u01/app/oracle/product/fmw12214 or C:\Oracle\Middleware\Oracle_Home ). Installation Type: Select "WebLogic Server". Complete the installation. Step 3: Install Oracle Forms and Reports 12c

: setup_fmw_12.2.1.4.0_fr_win64.exe (Run as Administrator) Linux : ./fmw_12.2.1.4.0_fr_linux64.bin Follow the Installation Wizard: Welcome : Click Next. Auto Updates : Skip auto updates.

Choose a directory for the inventory pointer files. Welcome Screen: Click Next . install oracle forms reports 12214 with weblogic 12c 122

Set the environment variables early:

export FORMS_HOME=/u01/app/oracle/product/fr12214 export PATH=$FORMS_HOME/bin:$PATH

Edit $DOMAIN_HOME/config/fmwconfig/reports/servers/reportsServer1/rwserver.conf :

( fmw_12.2.1.4.0_fr_win64.zip or Linux equivalent) 3. Step 1: Install Oracle JDK 8 WebLogic Server 12c requires Java 8. Run the JDK installer as an Administrator. With the infrastructure home established, you can now

Before you touch an installer, ensure your environment is ready. The most common failure point is the database.

Download the following installers from the Oracle Technology Network (OTN) or Oracle Software Delivery Cloud: (e.g., jdk-8u411-windows-x64.exe )

Out-of-the-box, the domain is functional but not performant. Apply these mandatory changes.

Move AdminServer , WLS_FORMS , and WLS_REPORTS from the left column into your newly created machine on the right column. Complete the installation

: SYSDBA Click Next and accept the connection confirmation dialog.

#!/bin/bash nohup $DOMAIN_HOME/bin/startWebLogic.sh & sleep 60 nohup $DOMAIN_HOME/bin/startManagedWebLogic.sh WLS_FORMS & nohup $DOMAIN_HOME/bin/startManagedWebLogic.sh WLS_REPORTS &

Test your operational environments using a modern web browser and a Java runtime environment helper (like Java Web Start or an IE-compatibility layer). http://your_host:7001/console Enterprise Manager (EM): http://your_host:7001/em

After installation, set the Forms-specific environment:

Do not try to mix versions. If your Infrastructure is 12.2.1.3, your Forms must be 12.2.1.3. Version mixing is the #1 cause of "Installer cannot find WebLogic home" errors.

cd $MW_HOME/oracle_common/common/bin ./config.sh