简体   繁体   中英

Can we deploy SSIS with Attunity oracle connection in SQL Server?

I have an SSIS package...which load data from Oracle DB. As it is slow, I started trying Attunity connection ...which need TNS name to get created.

My question is...

  1. If I use Attunity connection manager, will it improve the data load speed
  2. If I use Attunity connection manager, as it has TNS names used in it...Can we deploy the package in SQL Server ?

Thanks i advance!

Regarding first question, on one of projects i worked on we experienced better performance with Attunity driver for DB2, maybe You will experience better performance with Attunity to Oracle also. Did You consider Oracle's OLEDB provider? It is faster than Microsoft's.

Regarding second question, this should give you the answer: everything you need to setup on client (development machine) to run package, you also have to setup on server where you deploy and run that package. This includes installing drivers, setting ODBC connections and so on...

Also, note that BIDS is 32bit application and as such requires 32bit version of connection drivers. If you run the same package in 64bit mode on 64bit hardware then you have to install 64bit driver. If you develop and run packages in 64bit on the same machine, you have to install both 32bit and 64bit drivers. You will maybe need to do some tweaking, but there is a lot of information on the Internet, depending on the database and driver you use.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM