You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integration-services/data-flow/oracle-connector.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@ Microsoft Connector for Oracle enables the ability to export data from and load
21
21
The following Microsoft SQL Server products are supported by Microsoft Connector for Oracle:
22
22
23
23
- Since SQL Server 2019 CU1
24
-
- SQL Server Data Tools (SSDT) 15.9.3 or later for Visual Studio 2017
25
-
- Microsoft SQL Server Data Tools (SSDT) for Visual Studio 2019
24
+
- Microsoft SQL Server 2022
25
+
- SQL Server Integration Services Projects for Visual Studio 2019
26
+
- SQL Server Integration Services Projects for Visual Studio 2022
26
27
27
28
The following Oracle database versions of data source are supported:
28
29
@@ -33,16 +34,19 @@ The following Oracle database versions of data source are supported:
33
34
- Oracle 19c (without Windows Authentication support)
34
35
35
36
The Oracle database is supported on all operating systems and platforms.
36
-
> [!NOTE]
37
-
>
38
-
> Oracle client is not required for Microsoft Connector for Oracle database in SQL Server 2019.
39
37
40
38
## Installation
41
39
42
40
To install the connector for Oracle database, download and run the installer from [the latest version of Microsoft connector for Oracle](https://aka.ms/SSISMSOracleConnector). Then follow the directions in the installation wizard.
43
41
44
42
After you install the Connector, you must restart the SQL Server Integration Service to be sure that the Oracle source and destination can work correctly.
45
43
44
+
> [!NOTE]
45
+
>
46
+
> To design packages with SQL Server Integration Services Projects, you will need to install the connector for both the target and the latest SQL Server version.
47
+
>
48
+
> To designing packages targeting SQL server 2017 and below, you need SSDT version 17.8 for VS 2017 and below. SSIS projects for VS 2019 and VS 2022 do not support designing packages targeting SQL server 2019.
49
+
46
50
To execute SSIS package targeting SQL Server 2017 and below, in addition to **Microsoft Connector for Oracle**, you will need to install **Oracle client** and **Microsoft Connector for Oracle by Attunity** with corresponding version from below links:
47
51
48
52
-[SQL Server 2017: Microsoft Connector Version 5.0 for Oracle by Attunity](https://www.microsoft.com/download/details.aspx?id=55179)
0 commit comments