In my previous blog I have explained about how to do configuration settings for Database adapter on Weblogic console and how to create a database adapter. In this blog I am discussing about reading data from a xml file and inserting that data into database....
Home » Articles posted by Vishnuvardhan Piskala (Page 2)
Oracle SOA Mediator
Oracle SOA Mediator Mediator is one of the service component of the Oracle SOA Suite, there are four main functionality of Mediator Routing : Mediator route incoming payload to the external service based on routing rule Validate: Mediator performs XSD schema validation , it describes...
Oracle SOA Database Adapter
Database adapter – This is one of the important part of Oracle SOA. Using database adapter we can do all Database operations like insert, update, delete, select, calling a stored procedure, polling records from DB and executing Pure SQL. To call database adapter we should...