Install Oracle Forms Reports 12214 With Weblogic 12c 122 May 2026
Installing Oracle Forms and Reports 12.2.1.4 on a WebLogic 12c (12.2.1.4) Infrastructure is a multi-stage process involving precise version matching and sequential configuration Prerequisites and Downloads
Before beginning, ensure your system meets the basic hardware and operating system requirements. Oracle Help Center 64-bit Java 8 (JDK) 8u151 or newer (8u321 is recommended). WebLogic Infrastructure : Download the Oracle Fusion Middleware Infrastructure 12.2.1.4.0
(standard WebLogic Server is not sufficient; the Infrastructure distribution includes JRF components). Forms and Reports : Download the Oracle Forms and Reports 12.2.1.4.0 installer packages for your platform. Oracle Forums Installation Steps Follow this specific order to ensure a stable environment: Installing and Configuring Oracle Forms install oracle forms reports 12214 with weblogic 12c 122
Creating a guide for installing Oracle Forms and Reports 12c (12.2.1.4) on WebLogic Server 12c is a classic rite of passage for Oracle Fusion Middleware administrators. It is a complex process that often trips people up due to specific version dependencies and repository creation steps.
Here is a structured "blog post" style guide that covers the interesting aspects and critical "gotchas" of this installation. Installing Oracle Forms and Reports 12
1.1 System Requirements
- OS: Oracle Linux 7.x / RHEL 7.x (64-bit)
- RAM: Minimum 8GB (16GB recommended)
- Swap: 2x RAM
- Disk Space: Minimum 20GB for software + staging
- User:
oracle(non-root)
Step 7: Post-Installation Configuration
Step 5: Configure Repository Database (RCU)
Forms & Reports requires metadata schemas in a database (Oracle Database 12c/18c/19c). Use RCU (Repository Creation Utility).
9.2 Reports Test
URL: http://your-server:9002/reports/rwservlet?server=rwserver&report=test.rdf OS : Oracle Linux 7
Step 5: Deploy Forms & Reports Applications
The Forms installer should auto-deploy:
formsapp.earreportsapp.ear
To verify:
- Login to WebLogic Console →
http://localhost:7001/console - Go to Deployments → Check state is Active
stop_all.sh
#!/bin/bash
$DOMAIN_HOME/bin/stopManagedWebLogic.sh WLS_REPORTS
$DOMAIN_HOME/bin/stopManagedWebLogic.sh WLS_FORMS
$DOMAIN_HOME/bin/stopWebLogic.sh
Step 5.8 – Advanced Configuration
Select:
- Administration Server (name:
AdminServer, port:7001) - Managed Servers: Click Add → Server Name:
WLS_FORMS, Port:9001, SSL: Disabled for now. - Add another Managed Server: Name:
WLS_REPORTS, Port:9002 - Clusters: Not required for single node, but you can create
FormsCluster - Deployments and Services: Keep defaults
- Node Manager: Enable "Create Node Manager"