Close Navigation Icon

Install Oracle Forms Reports 12214 With Weblogic 12c 122 [2021] • Updated & Real

Installing Oracle Forms and Reports 12.2.1.4 with WebLogic 12.2.1.4 requires a specific sequence of installations and configurations to ensure all components communicate correctly. This guide provides a roadmap for a standard deployment. 1. Pre-installation Requirements

Before starting, ensure your environment meets the minimum specifications to avoid common installation failures.

Java JDK: Install Oracle JDK 8 (Update 211 or later is generally recommended).

Operating System: Ensure your OS is certified; Windows 10 (64-bit) or supported Linux distributions are common.

System Libraries: For Windows, ensure Microsoft Visual C++ 2010 and 2012 redistributables are installed. install oracle forms reports 12214 with weblogic 12c 122

Database: A running Oracle Database is required to host the metadata repository schemas. 2. Software Installation Sequence

Install the software in this exact order into the same Oracle Home. Installing and Configuring Oracle Forms

Phase 3: Install Oracle Forms & Reports 12.2.1.4

This is the core of our stack. The installer will detect the existing WebLogic home.

cd /u01/software
chmod +x fmw_12.2.1.4.0_fr_linux64.bin
./fmw_12.2.1.4.0_fr_linux64.bin

In the installer:

  1. Inventory Directory: /u01/app/oracle/oraInventory
  2. Installation Location: /u01/app/oracle/product/fr12214
  3. WebLogic Server Home: /u01/app/oracle/product/wls12212
  4. Installation Type: Forms and Reports Deployment
  5. Prerequisite Checks: Ensure all pass (especially disk space and JDK)

Wait – This installation can take 10–20 minutes. It copies Forms builder, Reports builder, runtime libraries, and helper files.

Troubleshooting Tip: If you see a "WebLogic home not valid" error, check that $MW_HOME contains wlserver directory and oracle_common directory.

After installation, set the Forms-specific environment:

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

Step 8: Uninstall / Reinstall

To uninstall cleanly:

cd $ORACLE_HOME/oui/bin
./deinstall.sh -silent -removeAllFiles
rm -rf $DOMAIN_HOME
rm -rf /u01/app/oracle/fmw12214
rm -rf /u01/app/oracle/inventory

Then reinstall from Step 2.


14. Performance and scaling tips

Practical tip: enable GC logging and analyze with tools (e.g., GCViewer). Prefer G1GC for Java 8 if proven stable in your environment, and tune young/old generation settings per workload.

13. Security best practices

Practical tip: automate patching and vulnerability scans; maintain a staging environment that mirrors production for updates.

Test 3: Sample Forms Application

Deploy the sample form test.fmb:

  1. Copy from $FORMS_HOME/samples to your development directory.
  2. Compile: frmcmp module=test.fmb userid=scott/tiger@db
  3. Place the .fmx in $DOMAIN_HOME/config/fmwconfig/forms/
  4. Access: http://your-server:9001/forms/frmservlet?form=test

Step 7: Post-Installation Configuration

Phase 3: Create the Repository (RCU)

Before configuring the domain, you must create the database schemas required by WebLogic and Forms services.

  1. Navigate to the RCU directory (usually inside the Oracle Home at oracle_common/bin or a separate extracted zip).
  2. Run RCU:
    • Linux: ./rcu
    • Windows: rcu.bat
  3. RCU Steps:
    • Create Repository: Select "Create Repository" -> "System Load and Product Load".
    • Database Connection:
      • Host, Port, Service Name of your existing DB.
      • Username: sys (Role: SYSDBA).
    • Select Components:
      • Expand "AS Common Schemas".
      • Select "Metadata Services (MDS)".
      • Expand "Forms and Reports".
      • Select "Forms and Reports Services".
      • Note: Selecting the parent "Forms and Reports" node will auto-select MDS and STB (Service Table).
    • Schema Passwords: Choose a password for the schemas (e.g., welcome1). Remember this; you will need it for domain configuration.
    • Map Tablespaces: Accept defaults or map to specific tablespaces. Click Next.
    • Summary/Completion: Proceed until completion.

Copyright © 2026 Ola Electric Mobility Ltd. All Rights Reserved.