Mindblown: a blog about philosophy.
-
Bridged Adapter problem, Host-only adapter problem Linux solved
From couple of weeks i was facing problem while setting my network setting in Virtual box. I explored lot of resources but unable to solve that problem. At last i figure out the issue and solve this problem and now i am sharing here and it could saves much time of others whom are facing…
-
Mediator Vs Oracle Service Bus (OSB) in Oracle SOA Suite
In this post i am going to clear the basic difference between Mediator and Oracle Service bus. There is always some confusion between these two for new comers. Both of these components can be used for mediation purpose. Both mediator and Oracle Service bus can perform Interface and data mapping, filtering and routing etc but…
-
IO Error: Connection reset by peer: socket write error, Connection Closed SQL Developer
From couple of days i was facing IO Error: Connection reset by peer: socket write error, Connection Closed in my SQL Developer. I connected with Remote server DB. After wasting much of time i got the solution, Now i am sharing it, if it could save time of who is facing this issue. I hope it…
-
Calling BPEL Process using Database Adapter, Automatically Invoking BPEL Process
In this post i will show how we can call BPEL Process using DB Adapter. This post is a second part of my Previous post http://technasir.blogspot.com/2013/10/polling-in-oracle-soa-database-adapter.html . I will continue from previous post. I suppose you have created DB Adapter as i did in my previous post. Your requirement could be different, but scenario could match. 1)…
-
Polling in Oracle SOA Database Adapter
A very useful feature of Oracle data base adapter is polling. It tell us about any changes in particular table on which we want to poll. Using this feature we can do lot of things according to our logic and our requirement. I will split this post in two part 1) How to Configure DB…
-
Create Sequence in SQL Oracle, Create Trigger on Insert and Update in Oracle
Sequence in Oracle SQL. Following is the basic code to create a sequence in Oracle SQL CREATE SEQUENCE sequence_name START WITH 1 INCREMENT BY 1 MAXVALUE 99999999 MINVALUE 1 NOCYCLE; Trigger on insert and update on any table Following code can be used to create a trigger on any table, It will invoke and do…
-
Mater Detail Relationship In DB Adapter BPEL. 1 to M Relationship
In this post i will show how to create a Parent child relationship in Database Adapter. Create a new SOA Application in your JDeveloper with Empty Composite. Now follow these steps to configure a DB Adapter by using Parent child relationship 1) Drag and Drop a DB Adapter in External References and give its name.…
-
Oracle SOA Suite 11g Installation, Maintenance, Purging, Performance tuning, troubleshooting and Administration
I found very useful guide from Oracle which covers Oracle Fusion Middleware, Specially About Oracle SOA Server. It covers everything that we should know about Oracle SOA suite. Following are some main points of this document. 1) Installation of Oracle SOA Suite and Schema’s 2) Upgrade of Oracle SOA Suite 3) Administration of Oracle…
-
Oracle Database 12C and some of its features. Database 12c and Cloud Computing
Oracle Database 12c released with new and interesting features. Oracle is saying that it is a multitenant database for the cloud. Oracle continuously improving and enhancing its products and technologies to fulfill the customer requirements. Oracle provide a new architecture for its database for cloud called Oracle multitenant. According to Oracle President Mark…
-
Integration of Oracle EBS with Siebel CRM, Mediator in Oracle BPEL, Integration of Two DBs
In this post i will show how to use Mediator in BPEL Process and Transformation of attributes. This post is part of my previous posts series. You should also go through previous posts to fully understand the scenario. Here is the link of previous post …
Got any book recommendations?