Connecting to Oracle Database using Sql Server Integration Services

前端 未结 2 1836
日久生厌
日久生厌 2020-12-03 11:11

I have a requirement to get the data from Oracle database to Sql Database using the SSIS.

I am using sql Server 2012 Standard Edition 64 bit and oracle is 11g.

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 11:24

    You should try and use the SSIS Connectors for Oracle (produced by Attunity). They are freely downloadable from Microsoft here. The SSIS Connectors provide optimal performance when selecting data from an Oracle db. In addition you need to setup the tnsnames.ora file with the correct connection configuration.

提交回复
热议问题