how to load oracle database data to sql server with the help of SSIS

  • how to load oracle database data to sql server with the help of SSIS

  • First thing that comes to mind is to use the SQL Server Import and Export Wizard from SSMS. (right click on the target sql database->Tasks->Import data) Walk through the Wizard and save as package, then import the package into a SSIS project.

    😎

  • Use Oracle Provider for Connection Manager in SSIS

  • You create an OLE DB connection using the Oracle OLE DB provider.

    Make sure the Oracle client tools and the ODAC components are installed on the development machine.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Koen Verbeeck (5/14/2014)


    Make sure the Oracle client tools and the ODAC components are installed on the development machine.

    Good point, I forgot to mention it. 😀

Viewing 5 posts - 1 through 4 (of 4 total)

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