Installing Oracle SOA Suite 12c


Hi All,

As you all know that the Oracle 12c is out now… this is the first Major release where oracle has now combined the Oracle Service Bus with the SOA Suite Install… and its apparently only a 30 min single installation…

So firstly download the soa suite  from http://download.oracle.com/otn/nt/middleware/12c/121300/fmw_12.1.3.0.0_soaqs_Disk1_1of1.zip

This contains

SOA Suite 12.1.3 Size: 2.97 GB, Check Sum: 1579850769

Note: The generic SOA Suite Quick Start Installer for developers is used on all platforms. It allows you to quickly install a development or evaluation environment on a single host computer. It includes Oracle BPEL Process ManagerOracle Human WorkflowOracle Business Rules, Oracle Mediator, Oracle Service BusTechnology Adapters Oracle Enterprise Scheduler, SOA Spring Component, Enterprise Manager Fusion Middleware Control, Oracle JDeveloper with SOA IDE extensions and an integrated WebLogic Server and Java DB.

You can see the official quick start guide at http://docs.oracle.com/middleware/1213/core/SOAQS/integrated.htm#BEIJCGGE

Few things to note are

It needs JDK 1.7 so I downloaded (64 Bit) that from http://download.oracle.com/otn-pub/java/jdk/7u60-b19/jdk-7u60-windows-i586.exe

Next Set your JAVA_HOME

SET JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_60

For Linux

JAVA_HOME=$HOME/top_level_folder_jdkversion
export JAVA_HOME

Now we are all set to go….Open Command Prompt.

 IMPORTANT: It needs you to run that in admin mode.

Search for cmd.exe in the Start menu. Right-click the cmd.exe and select Run as Administrator.

In the command prompt, use the Java executable from the JDK on your system. Your command may look like this:

%JAVA_HOME%\bin\java -jar fmw_12.1.3.0.0_soa_quickstart.jar I did this and got the error in the screenshot… soa8
Note by default windows installs to Program files location which has a space so I had to use “” with “JAVA_HOME” and then it fired just fine. C:\Nitin\SOA\SOA12c>”%JAVA_HOME%”\bin\java -jar fmw_12.1.3.0.0_soa_quickstart.jar

soa7

soa6

soa5

soa4

soa3

That’s it now it’s time to sit back and relax….

soa2

soa1

soa11

Once you hit finish it launches Jdeveloper for the first time… Prompts to select the role I chose the studio role and allowed to import preferences from my previous installs which is optional.

soa10

soa9


ALL DONE…. Happy Developing….

Please leave your feedback in comments.

6 comments

  1. Hi nitin,
    Can’t we get the OSB 12c installer alone, which we used to get in earlier release i.e. OSB11.1.1.7?

  2. I don’t think you can Rohini,

    The whole point is oracle wants to integrate all the components of SOA suite into one bundle… OSB is one of them now…

    In 11g OSB was a separate product so you were able to download and install it separately.

    May I know why do you want to install it standalone?

  3. Hi Rajesh,

    I am not sure which folder structure you are referring to here, I am assuming the installation directory.
    The directory you need to put these in can wary depending on which particular jars you are uploading.. and I would be very careful when doing such a thing.

    On my development box this may be the path you are after.

    C:\Oracle\Middleware\Oracle_Home\soa\soa\modules\oracle.soa.bpel_11.1.1

    If not there are whole bunch of other modules in the directory above it
    C:\Oracle\Middleware\Oracle_Home\soa\soa\modules

    My Middleware home in this case is C:\Oracle\Middleware\ So please replace that with your relevant settings.

    Hope that helps…

  4. Hi Nits,
    Can you please help me with Oracle AIA version latest installation along with SOA Suite installation ?

    Pavan

Leave a comment