Oracle Weblogic Server installation
This blog provides instructions for installing and running the Oracle installer for Oracle WebLogic 12.1.3. Oracle WebLogic 12.1.3 supports Oracle JDK 1.7.0_55+ version. Oracle JDK can be downloaded from the […]
- Ankur Jain
- 3
- 1239
- February 23, 2017
Configure database parameter that is mandatory to configure OSB
There are some parameter that need to set before you configure your oracle service bus domain. If you will not set these parameter you may get some issues during Oracle […]
Complete guide to install Oracle Database
This blog shows you how to install the Oracle Database 11gR2 software on Microsoft Windows along with a default instance of an Oracle Database that contains example schemas ( including […]
OSB Interview Questions
1) What is Oracle Service Bus and Key features ? 2) What is difference between Oracle SOA Suite and OSB ? 3) What is Business Service ? […]
- Ankur Jain
- 2
- 1432
- February 15, 2017
What is difference between Oracle SOA Suite and OSB
OSB is an ‘A proven, lightweight integration Enterprise Service Bus (ESB) specifically designed for the task of integrating, virtualizing, and managing services in a shared services infrastructure, Oracle Service Bus allows […]
- Ankur Jain
- 6
- 5233
- February 15, 2017
OSB 12c: JMS integration with OSB : Pull message from JMS Queue
In my previous blog, i have demonstrated how to send message in the JMS queue using the OSB JMS adapter. Now, we are gonna to extend this blog and show […]
- Ankur Jain
- 1
- 1273
- February 14, 2017
OSB 12c: JMS integration with OSB : Push message to JMS Queue
JMS Adapter (also known as Oracle JCA Adapter for JMS) is a component available with Oracle SOA Suite or Oracle Service Bus (OSB) which provides a very powerful way to […]
- Ankur Jain
- 3
- 2299
- February 10, 2017
JMS queue in weblogic server 12c
This example shows the steps to create a simple JMS queue in Weblogic server 12c. Let’s have a look on the JMS resources with definition: JMS Server A JMS server […]
- Ankur Jain
- 4
- 5273
- February 9, 2017
Split Join in Oracle Service Bus 12c
The split join is very useful tool in Oracle Service Bus to process message in parallel. Split join is useful to reduce the response time as it process the message […]
- Ankur Jain
- 3
- 2790
- February 6, 2017
Customize Oracle Service Bus environment values
It is always required to change environment specific values when we move our code from one environment to different environment. For example: we are moving our code from development environment […]
- Ankur Jain
- 1
- 1151
- February 6, 2017
Cron Job in linux
Cron allows linux or unix users to run scripts at a given time and date. We can schedule any script be executed periodically. Linux/Unix provide the crontab inbuilt utility to […]
How to create a custom WSDL using XSD
Sometimes it is required to create a service interface(WSDL) from the schema(XSD) file. This post shows you how to create interface- WSDL from the given XSD using Jdeveloper 12c. Let’s […]
- Ankur Jain
- 5
- 3032
- January 26, 2017