java -jar fmw_12.2.1.4.0_forms.jar
Why? Because WebLogic 12c is secure by default.
Oracle Forms & Reports 12.2.1.4 is a long-term support release, ideal for modernizing legacy applications while maintaining compatibility. This guide walks you through a clean installation of Forms and Reports 12.2.1.4 on top of WebLogic Server 12.2.1.2.
The next step is to install the WebLogic Server infrastructure.
Deploying an enterprise-grade application tier using requires strict adherence to a precise installation order. Oracle Forms and Reports 12c cannot run on a standalone basic WebLogic Server. Instead, it requires the Oracle Fusion Middleware (FMW) Infrastructure 12c (12.2.1.4.0) , which embeds WebLogic Server along with essential Java Required Files (JRF) schemas. 1. Architectural Checklist & Prerequisites
http://your_host:9001/forms/frmservlet
For production, always:
With the software binaries and database schemas ready, you can now construct your Forms and Reports runtime domain. Navigate to ORACLE_HOME\oracle_common\common\bin .
:
cd $ORACLE_HOME/oracle_common/bin ./rcu
Run the Forms installer pointing to the same Middleware Home .
Provide your database hostname, port, SID/Service Name, and high-privilege credentials (e.g., SYS as SYSDBA ). Select Components: Define a unique prefix for your schemas (e.g., DEV ).
Navigate to $FMW_HOME/oracle_common/bin and run the rcu executable. This utility creates the required database schemas for the middleware domain. 3. Domain Configuration
Choose Per-Domain Default Node Manager and set credentials. Managed Servers: Review the default configurations: WLS_FORMS (Default port: 9001 ) WLS_REPORTS (Default port: 9002 )
$JAVA_HOME/bin/java -version # Should output: java version "1.8.0_211"