by =?Utf-8?B?UGF1bA==?= <Paul@[EMAIL PROTECTED]
>
Jan 3, 2008 at 01:55 PM
I don't know if there is an Oracle-BizTalk adapter. One suggestion is to
write a .net component for the db connection and insertion. This component
should be able to drive with xml do***ents for eg..
<server_serveraliasname>
<database_databasename>
<table_tablename>
<table_row>
<column1>value</>
......
from your orchestration you can generate xml messages of this format and
pass to this component.
hope this helps
Paul
"ram" wrote:
> Hi,
> I am new to this group and new to biztalk 2006.
>
> We have a oracle schema that has 100s of tables. My task is that i
> will be getting an xml file to the recieve ****t of mine and i have to
> send the data to multiple tables in the oracle schema.
>
> Can anyone in this group give me an idea of how to implement this?
>
> my client wants to have a integration between biztalk and oracle so
> that it can be reused.
>
> Thanks
> Ramesh.
>