reading material to use SSIS accessing Oracle

Hi, folks :
I am now working on a project to use SSIS to integrate all other systems from different platforms into one. One of our system is in Oracle 9i. What is the best practice to ETL data from Oracle to Sql Server 2005 using SSIS. Do we create a package to do it Any book, manual, scripts I should read. pointers, hints are very much appreciated.  Thanks again.


Answer this question

reading material to use SSIS accessing Oracle

  • dakhili

    Whether your sourceing from Oracle or any other data source the fundamentals of SSIS are pretty similiar.  The only gotcha's i've seen with oracle so far is its inability to always determine the proper code page, and the inability to use parameters with the native oracle ole db provider, two fairly simple problems to work around.

    Check out project real for examples of an ETL solution.  Also check out the SSIS samples with SQL2K5.

    http://www.microsoft.com/sql/bi/ProjectREAL/default.mspx

     


  • reading material to use SSIS accessing Oracle