I work in a financial institution that has two database management systems: Oracle and MSSQL. We need to integrate those for transactions transfer. How are automatic transfer and processing of a file with transactions, generated by Oracle, realized in MSSQL (linked servers, stored procedures)? Is it a reliable solution?

    Requires Free Membership to View

This is a common requirement. SQL Server 2005 includes support for native Oracle replication. Presuming the two servers can be linked over a network, you can use the standard replication system that comes with SQL Server 2005 to do this. It is very reliable.

This was first published in January 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.