Sunday, August 3, 2014

This is Chapter-2.2 of Oracle SOA 12c Step by Step Installation Series. Before this chapter you need to read Chapter-1 and Chapter-2 of the series.

In Chapter-2.1 , we saw how to create default domain for Integrated weblogic server which use Java DB. We can also create standalone domain which use Java DB. In case of standalone domain server and domain run independently of JDeveloper.

Benefits of standalone domain over default domain is, This will you save you startup time if you plan on developing an application in JDeveloper over a series of separate sessions. This will save you even more time if you plan to develop applications in the Oracle Service Bus browser-based console and never plan to launch JDeveloper.

In this post, we see how to create standalone domain.

Prerequisites before creating standalone domain

  • Install Oracle SOA 12c. Read Chapter-1 for Oracle SOA 12c installation.

Open the command prompt and run below commands to run the domain wizard.

CD ORACLE_HOME\soa\common\bin
set QS_TEMPLATES=ORACLE_HOME\soa\common\templates\wls\oracle.soa_template_12.1.3.jar, ORACLE_HOME\osb\common\templates\wls\oracle.osb_template_12.1.3.jar
qs_config.cmd

SOA 12c Standalone Domain


This will launch the configuration wizard.

SOA 12c Standalone Domain



Enter password and change server port if you want to.

SOA 12c Standalone Domain



Click on next.

SOA 12c Standalone Domain


Standalone domain is created.

SOA 12c Standalone Domain





4 comments :

  1. How to install it in Linux environment?

    ReplyDelete
    Replies
    1. I don't have Linux environment so don't have that installation steps.

      Delete
  2. in linux machine..first set the QS_TEMPLATE environment variable in .profile and follow the steps as above

    ReplyDelete
  3. Hi Vivek,

    I am facing the Standalone Domain Creation failed in the second step.
    Output of the second screen
    ------------------------------------------------------------------
    Preparing...
    Extracting Domain Contents...
    Creating Domain Security Information...
    Starting OPSS Security Configuration Data Processing...
    The OPSS Security Configuration Data Processing Completed...
    Domain Creation Failed!

    ---------------------------------------------------------------

    ReplyDelete