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.
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
Installing Oracle Forms and Reports 12.2.1.4 with WebLogic Server 12.2.1.4 involves a specific sequence of software installations and domain configuration steps. This process requires a certified 64-bit JDK and an Oracle Database to host the necessary metadata repository. 1. Prerequisites and Downloads
Before starting, ensure your system meets the minimum memory (at least 4GB RAM, 8GB recommended) and disk space (approx. 6.5GB for full deployment).
JDK: Install a certified 64-bit Java Development Kit, such as JDK 8u211 or higher.
WebLogic Infrastructure: Download the Fusion Middleware Infrastructure 12.2.1.4 installer, which includes WebLogic Server and JRF components.
Forms and Reports: Download the Oracle Forms and Reports 12.2.1.4 distribution.
Database: Ensure an Oracle Database (12.2.0.4 or newer) is accessible to host the repository. 2. Software Installation Sequence
Install the software into the same Oracle Home directory in the following order: install oracle forms reports 12214 with weblogic 12c 122
Install FMW Infrastructure: Launch the infrastructure installer using your JDK:java -jar fmw_12.2.1.4.0_infrastructure.jar.
Install Forms and Reports: Run the setup_fmw_12.2.1.4.0_fr_win64.exe (Windows) or .bin (Linux) installer.
Select Forms and Reports Deployment as the installation type.
Point to the same Oracle Home used for the Infrastructure installation. 3. Repository and Domain Configuration
Once the software is installed, you must configure the environment: System Requirements and Specifications - Oracle Help Center
Installing Oracle Forms and Reports 12.2.1.4 with WebLogic 12c (12.2.1.4) is a multi-stage process that requires careful sequence. This guide outlines the essential steps for a standard installation on Windows or Linux, based on Oracle’s official documentation. 1. Core Prerequisites
Before starting, ensure your system meets these baseline requirements:
Java Development Kit (JDK): Install 64-bit JDK 8 (specifically version 8u151 or newer, though 8u321+ is recommended).
Database: A certified Oracle database (like 12c or 19c) must be available to host the required schemas.
System Libraries (Windows): Install Microsoft Visual C++ 2010 and 2012 (x64) redistributables to avoid errors during component invocation. 2. Software Installation Sequence
The software must be installed in a specific order into the same Oracle Home directory. Step A: Oracle Fusion Middleware Infrastructure Download the generic installer (fmw_12.2.1.4.0_wls.jar). Run the installer using: java -jar fmw_12.2.1.4.0_wls.jar.
This provides the underlying WebLogic Server and Coherence components. Step B: Oracle Forms and Reports 12.2.1.4
Extract the zip files and run the setup executable (e.g., setup_fmw_12.2.1.4.0_fr_win64.exe on Windows or the .bin file on Linux). Installing Oracle Forms and Reports 12
Select the "Forms and Reports Deployment" installation type. 3. Configuration and Domain Creation
Once the software is installed, you must configure the environment. Repository Creation Utility (RCU):
Run rcu.bat (Windows) or rcu (Linux) from the oracle_common/bin directory.
This creates the necessary database schemas (like STB, OPSS, and IAU) required for the WebLogic domain. Configuration Wizard:
Run config.cmd or config.sh to create a new domain (typically named FRDomain).
Crucial Selection: During product selection, ensure you check Oracle Forms, Oracle Reports, Oracle HTTP Server (OHS), and Oracle JRF.
Assign the servers to your machine and configure the OHS listener (default port is often 7777). 4. Post-Installation & Testing
To complete the setup, start the components in this specific order: Node Manager WebLogic Admin Server Managed Servers (WLS_FORMS and WLS_REPORTS)
On Windows, always run these start scripts in an elevated shell (Run as Administrator) to ensure proper permissions. You can verify the installation by accessing the WebLogic Administration Console or testing a sample form via the browser. Install the Oracle Forms and Reports Servers
To install Oracle Forms and Reports 12.2.1.4.0 with WebLogic 12c (12.2.1.4.0), you must follow a specific sequence of installations and configurations. This version of Forms and Reports requires the Oracle Fusion Middleware Infrastructure (WebLogic) version 12.2.1.4.0. Prerequisites and Preparation
Java Development Kit (JDK): Install Oracle JDK 1.8.0_211 or higher (specifically 1.8.0_341+ for later revisions).
Database: Ensure you have a supported Oracle Database (such as 12c, 18c, or 19c) available for the Repository Creation Utility (RCU).
System Permissions: On Windows, the user must be a member of the Administrators group. Installation Steps Install WebLogic Server Infrastructure (12.2.1.4.0): Download the Fusion Middleware Infrastructure (Generic). Start Forms Managed Server
Run the installer using the command: java -jar fmw_12.2.1.4.0_infrastructure.jar.
Create a new Oracle Home directory (e.g., C:\Oracle\Middleware\Oracle_Home). Install Oracle Forms and Reports (12.2.1.4.0):
Download and extract the Forms and Reports 12.2.1.4.0 media pack.
Run the installer executable (e.g., setup_fmw_12.2.1.4.0_fr_win64.exe for Windows).
Choose the same Oracle Home directory created in the WebLogic step.
Select the "Forms and Reports Deployment" installation type. Configuration Steps
Installing Oracle Forms 12.2.1.4 (Weblogic and Forms Server)
./startManagedWebLogic.sh WLS_FORMS http://localhost:7001
./startWebLogic.sh
Wait for "RUNNING" mode. Access console: http://your-server:7001/console
Login to http://your-server:7001/console → Services → Data Sources → Verify FRDataSource, ReportsDataSource have connections.
Add database connection in $ORACLE_HOME/network/admin/tnsnames.ora:
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = dbhost)(PORT = 1521))
(CONNECT_DATA = (SERVICE_NAME = orcl))
)
Forms/Reports will use this for data blocks and reports queries.
Fix: Check symbolic link from $DOMAIN_HOME/config/fmwconfig/forms to $FORMS_HOME/forms. Re-create using ln -s $FORMS_HOME/forms $DOMAIN_HOME/config/fmwconfig/forms
DEV_STBDEV_IAUThis is where the magic happens. You will use the Configuration Wizard (config.sh located in oracle_common/common/bin).
The Workflow:
The "Interesting" Part: In older versions, we had a dedicated "EM" (Enterprise Manager) for Forms. In 12c, you manage Forms via the standard WebLogic Console or the Fusion Middleware Control (EM).