简体   繁体   English

我们可以在SQL Server中使用Attunity oracle连接部署SSIS吗?

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

I have an SSIS package...which load data from Oracle DB. 我有一个SSIS包...从Oracle DB加载数据。 As it is slow, I started trying Attunity connection ...which need TNS name to get created. 由于速度很慢,我开始尝试Attunity连接......这需要创建TNS名称。

My question is... 我的问题是......

  1. If I use Attunity connection manager, will it improve the data load speed 如果我使用Attunity连接管理器,它会提高数据加载速度
  2. If I use Attunity connection manager, as it has TNS names used in it...Can we deploy the package in SQL Server ? 如果我使用Attunity连接管理器,因为它有使用的TNS名称...我们可以在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. 关于第一个问题,在我参与的一个项目中,我们使用针对DB2的Attunity驱动程序获得了更好的性能,也许您将通过Attunity to Oracle获得更好的性能。 Did You consider Oracle's OLEDB provider? 您是否考虑过Oracle的OLEDB提供商? 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... 这包括安装驱动程序,设置ODBC连接等等......

Also, note that BIDS is 32bit application and as such requires 32bit version of connection drivers. 另外,请注意BIDS是32位应用程序,因此需要32位版本的连接驱动程序。 If you run the same package in 64bit mode on 64bit hardware then you have to install 64bit driver. 如果在64位硬件上以64位模式运行相同的软件包,则必须安装64位驱动程序。 If you develop and run packages in 64bit on the same machine, you have to install both 32bit and 64bit drivers. 如果您在同一台计算机上开发和运行64位软件包,则必须同时安装32位和64位驱动程序。 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. 您可能需要进行一些调整,但Internet上有很多信息,具体取决于您使用的数据库和驱动程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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