Two of the six BizTalk projects I’m currently working on require me to access Oracle databases. So, I set out to prove out four major uses cases for the out-of-the-box Oracle BizTalk adapter.
Scenario #1 – Receive messages into BizTalk by polling an entire table
In this case, I need to pull in all of records […]