8i | 9i | 10g | 11g | 12c | 13c | 18c | 19c | 21c | 23c | Misc | PL/SQL | SQL | RAC | WebLogic | Linux

Home » Articles » 12c » Here

WebLogic Server 12cR1 (12.1.2 and 12.1.3) : ADF Application Development Runtime Installation on Oracle Linux

This article assumes you already have a working WebLogic 12cR1 (12.1.2 or 12.1.3) installation. The 12.1.2 and 12.1.3 runtimes are full installations applied directly over the application servers.

Related articles.

Download Software

Download the relevant ADF 12c Runtime version for your application server.

Oracle ADF Runtime 12.1.2 Installation

Make sure all WebLogic Server processes are shut down.

Run the installer.

$ unzip ofm_wls_jrf_generic_12.1.2.0.0_disk1_1of1.zip
$ $JAVA_HOME/bin/java -jar fmw_infra_121200.jar

Enter the inventory location and click the "OK" button.

Installation Inventory Setup

Click the "Next" button on the welcome screen.

Welcome

Enter the appropriate middleware home and click the "Next" button.

Installation Location

Accept the "Fusion Middlware Infrastructure" option by clicking the "Next" button.

Installation Type

Wait for the prerequisite checks to complete. If there are failures, correct them and rerun the checks. If there are no failures, click the "Next" button.

Prerequisite Checks

If you are happy with the summary information, click the "Install" button.

Installation Summary

Wait for the installation to complete, then click the "Next" button.

Installation Progress

Click the "Finish" button to exit the installer.

Installation Complete

Restart all the WebLogic Server processes.

Oracle ADF Runtime 12.1.3 Installation

Make sure all WebLogic Server processes are shut down.

Run the installer.

$ unzip fmw_12.1.3.0.0_infrastructure_Disk1_1of1.zip
$ $JAVA_HOME/bin/java -jar fmw_12.1.3.0.0_infrastructure.jar

Enter the inventory location and click the "OK" button.

Installation Inventory Setup

Click the "Next" button on the welcome screen.

Welcome

Enter the appropriate middleware home and click the "Next" button.

Installation Location

Accept the "Fusion Middlware Infrastructure" option by clicking the "Next" button.

Installation Type

Wait for the prerequisite checks to complete. If there are failures, correct them and rerun the checks. If there are no failures, click the "Next" button.

Prerequisite Checks

If you are happy with the summary information, click the "Install" button.

Installation Summary

Wait for the installation to complete, then click the "Next" button.

Installation Progress

Click the "Finish" button to exit the installer.

Installation Complete

Restart all the WebLogic Server processes.

For more information see:

Hope this helps. Regards Tim...

Back to the Top.