up vote 1 down vote favorite
share [g+] share [fb]

I need to call a stored procedure in Oracle from an orchestration. I am running BizTalk 2006 (not R2). Which way is best? Are there others?

  1. BizTalk Adapters for Enterprise Applications
  2. BizTalk LOB Adapters

Thanks in advance.

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

There is an Oracle Adapter from the code project:

http://www.codeproject.com/KB/biztalk/BizTalk%5FOracle%5Fadapter.aspx

There is also a good blog post on it here:

http://seroter.wordpress.com/2007/03/12/a-walk-through-the-biztalk-2006-oracle-adapter/

link|improve this answer
Interesting. We're trying to stay on the supported portions of the MS Platform, hence the reference to the two MS provided options. What would drive you to the CodeProject's adapter versus the ones I mentioned in the original post? – ChrisLoris Oct 8 '09 at 13:39
2  
Generally we also stay on the MS platform, but you asked for an alternative. Main reason for using Open Source vs. MS, is that with MS if you are stuck then you are stuck. If you use Open Source you have the "possibility" of going into the code and fixing it. – Shiraz Bhaiji Oct 8 '09 at 14:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.