Hi all,
we are using Azure Data Factory SSIS Integration Runtime service to run our existing SSIS packages.
However when deploying to Azure there is a validation error saying "Package xxx: Connection xxx contains unsupported provider."
We tried using the following two providers in the SSIS packages, both of them were reported as unsupported:
"Oracle Provider for OLE DB"
"OracleClient Data Provider"
What is the supported provider for accessing Oracle?
We are planning to install Oracle in an Azure VM in the same subnet as ADF and SS, will it make any difference?
Thanks in advance.