Oracle SOA 12C Installation (Step by step process)
Oracle SOA 12C Installation process To Install SOA 12C you need two software:- (i) Oracle SOA 12C jar files. (ii) Supported JDK. Jar file for SOA contains two files:- fmw_12.1.3.0.0_soa_quickstart fmw_12.1.3.0.0_soa_quickstart2 Note:- You will not be able to run Oracle SOA 12C installer if you don't have supported JDK. Step#1: First Install the JDK Double click on the JDK setup. Click on the Next button then next up to Finish. Step#2: Open the cmd prompt, right-click on it and run it as administrator. Go to java bin folder where you have installed latest JDK. For Example C:\ProgramFiles\Java\jdk1.8.0_05\bin Oracle SOA 12c is an executable jar file so we need to run this by using command prompt. Command to be run like this:- Java –jar Oracle_SOA_12c_exceutable_Jar_File_Location Here you need to provide the first executable jar file path. Ex:- java -jar c\custom\softwares\....\fmw_12.1.3.0.0_soa_quickstart.jar You will see it start extract...