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 extracting file.

Once all files extracted, it will launch the installer.


After completing the extraction below window will appears:-


Step#3:

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


Step#4:

You need to specify Oracle home directory. If there is any issue with the directory like space is not available then the installer will show that error at below pane.

Click Next


Step#5:

In this step installer check system certification and Java Version. Both prerequisites should meet.
Click Next


Above tick mark, should appears when you are installing the SOA Suite.

Step#6:

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

Click on "Install" to start the actual installation process.


Step#7:

In this step, the installer copy all required libraries or files to your system.
It will take some time to complete.


You see the installation progress.


Once process is completed click on the next button.

Step#8:

In this screen, you see installation summary. If you want to start the Jdeveloper then you can check the "Start Jdeveloper" box and click on Finish.


Click on finish button.

Now we need to create domain.

Step#9:

Now we will add SOA extension to the JDeveloper. To do this go to Help---> Check for Updates.

Check all checkboxes and click on Next.


Then you will see next window and in that window you see IDE folder and under that you see
"Extension SDK"

Click on the checkbox and install it. 


It downloaded some extension.

Note:- If you are not downloading this extension and when you are creating SOA Application in JDeveloper, Soa application option is not visible there, so you must need to download this extension.

 

Comments

Popular posts from this blog

Operational Branch in OSB

How to create application and project in OSB 12c, Hands on OSB 12C, Introduction of OSB, Differance Between OSB 11g and OSB12C

Conditional Branch in OSB