Home Forums SQL Server 2008 Working with Oracle How to make a solution real-time replicate from oracle and mysql to SQL server? RE: How to make a solution real-time replicate from oracle and mysql to SQL server?

  • krit (5/23/2013)


    Anyone have experience like this please share, my company need to reduce licensing of oracle. thank you

    I don't see how real time replication of data from an Oracle Server to and SQL Server is going to do that. If you want to reduce licensing of Oracle, you'll need to physically cut down on Oracle Servers. That means a migration of apps from Oracle to SQL Server.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)