Install Oracle Forms Reports 12.2.1.4 With Weblogic 12c 12.2 [extra Quality] May 2026
Install Oracle Forms and Reports 12.2.1.4 with WebLogic 12c (12.2) — Step-by-step guide
Prerequisites
- Oracle WebLogic Server 12.2.x installed and running (JDK 8uXXX compatible with 12.2.1.4).
- Oracle Forms & Reports 12.2.1.4 installation media.
- Oracle Database accessible (only if Forms/Reports require database connections).
- Sufficient OS user privileges, disk space, and memory.
- Proper environment variables (JAVA_HOME, PATH).
Step 5: Configure Node Manager and Start Servers
Set Node Manager Properties
Edit $DOMAIN_HOME/bin/setDomainEnv.sh:
source ~/.bash_profile
3. Managed Servers
The wizard will likely ask about Managed Servers. In the world of Forms and Reports, these are often split: Install Oracle Forms Reports 12.2.1.4 With Weblogic 12c 12.2
After configuration, start AdminServer and the configured Managed Servers via startWebLogic.sh and startManagedWebLogic.sh (or via Node Manager).
Managed Servers: Start WLS_FORMS and WLS_REPORTS via the WebLogic Administration Console or command line. Install Oracle Forms and Reports 12
3) Architecture & components (typical)
- WebLogic AdminServer + Managed Server(s): host Forms runtime (forms) and Reports runtime (reports) as deployed EARs/WARs or via templates.
- Oracle HTTP Server (OHS) or standalone web server / mod_wl_ohs: optional reverse proxy / SSL termination and single sign-on fronting WebLogic.
- Oracle Forms Listener (WLS Java components): Forms servlet (forms/frm) to launch Java Applet/Forms Standalone Application (FSAL) / Java Web Start depending on client config.
- Reports Server: runs Reports services; may integrate via WebLogic or run as separate domain-managed instance.
- Web-tier: load balancer / OHS / mod_wl_ohs / Apache with mod_wl or Oracle Traffic Director.
- Repository/DB: database backend for app data, optionally a metadata repository if using Oracle Enterprise Manager or BI.
1.3 Setup the Directory Structure
Create the Oracle Inventory and Middleware directories. Oracle WebLogic Server 12