Can someone help me with how to connect to Oracle DB in SSIS 2017
It's in 2017 the same as in 2008; create a connection the same way as before.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an execute SQL task (which calls a stored procedure) with Oracle DB Connection via Native OLE DB\Oracle provider for ole db in SSIS 2008 version. Now, I have to migrate the package to 2017 version. Can someone help me with how to connect to Oracle DB in SSIS 2017 and alternate to execute sql task to call my stored procedure.
Can someone help me with how to connect to Oracle DB in SSIS 2017
It's in 2017 the same as in 2008; create a connection the same way as before.
Use OLE DB provider for connecting SSIS.
Hi @Pooja Gogia,
Like Olaf mentioned that you may set the Oracle DB Connection via Native OLE DB\Oracle provider for ole db in SSIS 2017 version like SSIS2008.
Here is a detailed tutorial about setting execute sql task.
Check it out here: How to Execute Stored Procedure in SSIS Execute SQL Task in SSIS
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
Hi @Pooja Gogia,
Microsoft Connector for Oracle enables the ability to export data from and load data into Oracle data source in an SSIS package. However, it has the limitation like shown below.
Version support
The following Microsoft SQL Server products are supported by Microsoft Connector for Oracle:
The following Oracle database versions of data source are supported:
The Oracle database is supported on all operating systems and platforms.
Check this thread to see if it is helpful.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.