Oracle SOA 12c comes as standalone installer ,which means no Database, RCU, Weblogic , SOA and OSB installer separately. By default Oracle SOA 12c use Java DB . We can also have other DB install and use it
We can create following domains , in this post will see how to configure different domains.
- Default domain
- Standalone domain
- Compact domain
Default domain:
Default domain is created on Integrated weblogic server. This is also called Integrated WebLogic Server's default domain . Integrated weblogic server uses "Java DB" by default .
So when u are creating Default domain it uses "JavaDB".
This is domain is Light weight but this domain not supported MFT , ESS ,B2B,BAM,Healthcare. Integrated Weblogic server start along with JDeveloper session start and stops when JDeveloper closed . So if you want to restart the server you should close and start Jdeveloper every time.
Open Jdeveloper --> Windows-->ApplicationServers.
Right click on IntegratedWebLogicServer --> createDomain
Provide the default domain details and click Ok .
Standalone domain :
We can also create standalone domain which use Java DB. In case of standalone domain server and domain run independently of JDeveloper.
Steps:
1. Open the command prompt and run below commands to run the domain wizard.
2. Navigate to ORACLE_HOME\soa\common\bin
3. Set path like below
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
5 . Provide the details of the domain and click on create , it will create the standalone domain.
Compact domain :
Compact domain ,we need this domain when we want implement Enterprise Scheduler, Managed File Transfer, B2B, Heathcare, or BAM components .As i already said in the begging of the post these components are not supported for Java DB.
Steps:
1. Open the command prompt and run below commands to run the domain wizard.
2. run this command
2. run this command
ORACLE_HOME\oracle_common\common\bin > SET CONFIG_JVM_ARGS=- Dcom.oracle.cie.config.showProfile=true
ORACLE_HOME\oracle_common\common\bin > config.cmd
3. To create the compact domain, choose "Create a new compact domain" option and then click next
4. Select required templates
5. Provide password and click next
6. select Development and Oracle hot spot.
7 .Provide DB details and by selecting the component name
8. Then click on Next , Next , until it finish the Domain creation wizard.
No comments:
Post a Comment