Is it possible to use BizTalk without Sql Server ?
I mean with everything (MessageBox, SSO, config…) on the Oracle I already have?
It seems to me that all the Adapters are for external I/O, right?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
BizTalk Server is a platform. Part of that platform is SQL Server. This just isn’t sales pitch. It has a good portion of its functionality built on SQL Server in the form of stored procs, scheduled jobs, DTC and more. It would not be advisable, let alone possible, to easily port this over to Oracle. I understand your thought process. Many applications use the database tier as just a persistent storage mechanism. BizTalk does not.