Showing posts with label flyway. Show all posts
Showing posts with label flyway. Show all posts

Friday, September 5, 2014

Oracle SOA Suite 12c: Quick database sync with DbAdapter

I found this use case from Oracle Community. A user wants to send records from one database to another when a row is inserted. To do this we can use DbAdapter for both purposes: Read a new row (Polling), and Insert a row.