Tuesday 14 January 2020

Oracle SOA Suite 12c version-(12.2.4) Installation


Oracle SOA Suite 12c version. (12.2.4) Installation

In this post, I will show you step by step installation of Oracle SOA 12c on window.

Step 1: Download Oracle SOA 12c installer. Keep both jar files in one common folder





Step 2: JDK 1.8.211 Installation is required for Oracle SOA Suite 12c version. (12.2.4).Download jdk and install.


Step 3:  Set environment Variable.




Step 3: Go to java bin folder where you have installed latest JDK.Oracle SOA 12c is an executable jar file so we need to run it from command prompt.
Run below command in command prompt.

Java –jar Oracle_SOA_12c_exceutable_Jar_File_Location

Here you need to provide first executable jar file path.


Open the cmd with Admin access and run the below command.
C:\Program Files\Java\jdk1.8.0_221\bin>java -jar D:\Softwares\V983385-01_1of2\fmw_12.2.1.4.0_soa_quickstart.jar



You see window of quick start installation, click on next.






You need to specify Oracle home directory. 


In this step installer check system certification and Java Version. Both prerequisite should meet.

Click Next.



You see installation summary page, you can save the response file if you want to.


Click on “Install” to start the actual installation process.


You see the installation progress.





Step 4
Click on next and select all Features on next screen 




 select No






Keep Learning ! Cheers Guys!!

Kavindra Sahu

1 comment:

String to QR Code Image Generator Using Java

 Hi , Hope You are doing well. I came up with the requirement, where I need to generate QR code Image file for the input String. package dem...