【问题标题】:Integration Services error with OLEDB Oracle 11g when testing connection测试连接时 OLEDB Oracle 11g 的集成服务错误
【发布时间】:2020-03-31 23:48:35
【问题描述】:

当我尝试使用 microsoft OLE DB for provider Oracle integration services 测试与我的 Oracle DB on Integration Services 项目的连接时出现以下错误:

由于初始化提供程序时出错,测试连接失败。 未找到 Oracle 客户端和网络组件。这些 组件由 Oracle Corporation 提供,属于 Oracle 版本 7.3.3 或更高版本的客户端软件安装。

在安装这些组件之前,提供程序无法运行。

我目前正在使用带有集成服务扩展 3.2.2 的 Visual Studio 2019 和我的数据库:

64bit Production PL/SQL Release 11.2.0.2.0 - 
Production "CORE    11.2.0.2.0  Production" TNS for 64-bit Windows: Version
11.2.0.2.0 - Production 
NLSRTL Version 11.2.0.2.0 - Production

如何将我的数据库连接到我的 ETL?

【问题讨论】:

    标签: oracle oracle11g ssis etl


    【解决方案1】:

    您很可能需要安装 32 位 Oracle OLEDB 提供程序。 Visual Studio 是 32 位,因此 SSIS 编辑器是 32 位并使用 32 位提供程序。运行时 SSIS 运行为 64 位(默认),但编辑器为 32 位。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-03-06
      • 1970-01-01
      • 1970-01-01
      • 2013-02-20
      • 1970-01-01
      • 2021-03-02
      • 2015-11-03
      • 2012-09-21
      相关资源
      最近更新 更多