“添加 SSIS 连接管理器”列表中缺少 ORACLE 连接管理器类型。 (视觉工作室 2019)

问题描述 投票:0回答:2

尽管我按照 Microsoft 文档中描述的顺序安装了软件/组件/连接器,但我在 Visual Studio 中看不到任何 ORACLE 组件。 我无法为 SSIS 包设置 Oracle 连接; “Oracle Source”和“Oracle Destination”不在 SSIS 工具箱的列表中。 我无法处理包含 Oracle 连接的现有项目。它给了我一条错误消息。

enter image description here

enter image description here

enter image description here

我在 google 上搜索了此类问题,发现的所有解决方案都集中到错误版本的 Microsoft Connector for Oracle 和 Attunity SSIS Ora Adapters。我重新安装了所有内容并尝试了不同的组合,但没有帮助。

enter image description here

enter image description here

主要问题是: 如何将文件路径 C:\Program Files (x86)\Microsoft SQL Serverh\DTS\Connections 中的 OracleConn.dll 文件添加到 Visual Studio 中 SSIS 连接管理器的选项列表中?

oracle-database ssis visual-studio-2019 attunity
2个回答
0
投票

转到“工具”菜单并选择“选择工具箱项目”。

在“选择工具箱项”窗口中,选择“.NET Framework 组件”选项卡。

单击“浏览...”按钮。

在“添加/删除工具箱项”对话框中,导航到 OracleConn.dll 文件的位置:

C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Connections

选择 OracleConn.dll 文件并单击“打开”按钮。

OracleConn.dll 文件将添加到“选择工具箱项”窗口中的组件列表中。确保选中旁边的复选框。


0
投票

你能解决这个问题吗?我现在就面临着这个问题

© www.soinside.com 2019 - 2024. All rights reserved.