Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Fetch data from Oracle DB through BRE › Re: Fetch data from Oracle DB through BRE
July 6, 2013 at 6:28 PM
#26087
Hi,
To fetch data from Oracle through the BRE, I suggest you go through the instructions laid out in this blog:
http://thirteendaysaweek.com/2010/06/15/using-oracle-data-in-the-business-rules-engine/
Regarding the messaging scenario without orchestration, you can look into using a MSMQ adapter with a custom receive pipeline component that calls your BRE policies. Here’s another blog that shows you an example of such an implementation:
I hope this information can get you started and heading in the right direction.