Best way to extract large amounts data from Oracle

  • Currently loading data on a daily basis from Oracle to SQL Server I am using DTS and OLE DB for Oracle (45 Million rows) - runs overnight. 

    I was wondering if I could improve the performance of this extract by somehow reading the Oracle logs and updating my SQL tables.

    I am just investigating replication, is this the right way to go or is there a much better solution?

  • Are you moving all 45 million rows each night?

    If so, what you want to try is creating one or mor text files from Oracle and then using the bulk load in DTS to load your SQL Server tables.

    The best way is to apply a change/insert date time stamp on the Oracle side and pull only the changes or inserts for that day.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply