Oracle 连接器 v4.0 不适用于 SSIS

Oracle Connectors v4.0 is not working for SSIS

我最近将 SSDT 从 2012 升级到 2017,包含 Oracle 源和 Oracle 目标的包 运行 在升级之前。

升级后出现错误:

The component metadata for oracle source, clsid{....} could not be upgraded to new version of the component, The perform upgrade method failed.

我猜可能和Oracle connector版本有关,所以我从https://www.microsoft.com/en-us/download/details.aspx?id=52950

下载了connector 4.0

但是即使我安装了 connector 4.0 并重建了包含 Oracle 连接管理器的 SSIS 包,错误还是和以前一样,我该怎么办?

我搜索了2天,可以通过安装连接器5.0来解决(虽然5.0是针对SQL服务器2017,但我的SQL服务器是2016)。