Wednesday, April 8, 2015

SOA12c Quick Installation

 This is post explains you step by step installation process of Oracle SOA 12c .

  Pre-requisites :
 You computer should fulfill all following requirements .
 http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html

 Installation Setps :
  1.     SOA12c Installation 
  2.     DB Installation
  3.     RCU to create required schemas
  4.     Domain Creation.
 SOA12c Installation :

Sept 1 :

Download Oracle SOA 12c installer from oracle site .

Accept the agreement and  click on download button  on the above oracle site .
It will download two jar files 
  1. fmw_12.1.3.0.0_soa_quickstart
  2. fmw_12.1.3.0.0_soa_quickstart2

Sept 2 :

Java Download:

You also need to download supported JDK, you will not be able to run Oracle SOA 12c installer if you don’t have supported JDK. for window 7 you can download Jdk1.7.0_75.

Sept 3 :

Run SOA12c Jars :

    1. Open the cmd prompt, right-click on it and run it as administrator.

    2. Go to java bin folder where you have installed latest JDK. [ C:\Program Files\Java\Jdk1.7.0_75\bin]
    
    3. Run below command in command prompt.

         Java -jar  C:\SOA12c\downloads\fmw_12.1.3.0.0_soa_quickstart.jar


   4.This will extract  the all files and  it will launch the installer.

     5. Click " Next" and it will ask to provide ORACLE_HOME  path and click Next.


   6. SOA12c installer checks system certification and Java Version. click next.

  7. You see installation summary page,click on “Install”  to start the actual installation process.



8 . Once installation completed click on Finish ,Jdeveloper will start .


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


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


11. Click next and it will ask for restart of Jdev , and do restart and you all set to start developing SOA12c composites.

12 . Install Oracle XE database in you system .

In the next post i will explain 

  1. RCU to create required schemas
  2. Domain Creation.



No comments:

Post a Comment