A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @Vamsi Krishna ,
Thanks for sharing the error screenshot this actually reveals a different root cause than the Oracle connector itself.
The error Microsoft.DataWarehouse.Interfaces, Version=15.23.0.0 is a VS 2019/SSDT-era assembly. This strongly suggests that leftover SSDT components from an older Visual Studio installation are conflicting with your current environment, causing the SSIS designer itself to fail loading which is why reinstalling the Oracle connectors repeatedly didn't help.
Before anything else, confirm one thing: Your original post mentions VS 2022, but the error screenshot appears to be from VS 2019. Which version are you actually opening the packages in? This matters because the fix differs depending on the answer.
Then follow these steps in order:
- Uninstall the SSIS Projects extension from whichever VS version you are using
- Repair Visual Studio via the Visual Studio Installer → Repair option
- Reinstall the SSIS Projects extension that matches your VS version (v3.16 for VS 2019, appropriate version for VS 2022)
- If you have both VS 2019 and VS 2022 installed, check for and remove any leftover SSDT components from the older version as these are known to cause assembly version conflicts
Once the SSIS designer loads cleanly without errors, then revisit the Oracle connector installation. The components will not appear in the toolbox regardless of how many times the connector is reinstalled if the underlying SSIS designer is broken.
The Oracle connector is not your problem right now the SSIS environment is.
Thanks,
Akhil.