Skip to content

Commit e8ca2d7

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update Note
1 parent 47e824c commit e8ca2d7

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

articles/data-factory/connector-oracle.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,6 @@ Specifically, this Oracle connector supports:
5353

5454
The integration runtime provides a built-in Oracle driver. Therefore, you don't need to manually install a driver when you copy data from and to Oracle.
5555

56-
>[!Note]
57-
>If you use the self hosted integration runtime version 5.36.8726.3 or higher, update your Oracle server side settings to opt in these secure algorithms:
58-
>
59-
>- The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for **OAS encryption**.
60-
>
61-
> - AES256
62-
> - AES192
63-
> - 3DES168
64-
> - AES128
65-
> - 3DES112
66-
> - DES
67-
>
68-
>- The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for **OAS data integrity**.
69-
> - SHA256
70-
> - SHA384
71-
> - SHA512
72-
7356
## Get started
7457

7558
[!INCLUDE [data-factory-v2-connector-get-started](includes/data-factory-v2-connector-get-started.md)]
@@ -163,6 +146,22 @@ To enable encryption on Oracle connection, you have two options:
163146
3. Place the `truststore` file on the self-hosted IR machine. For example, place the file at C:\MyTrustStoreFile.
164147
4. In the service, configure the Oracle connection string with `EncryptionMethod=1` and the corresponding `TrustStore`/`TrustStorePassword`value. For example, `Host=<host>;Port=<port>;Sid=<sid>;User Id=<username>;Password=<password>;EncryptionMethod=1;TrustStore=C:\\MyTrustStoreFile;TrustStorePassword=<trust_store_password>`.
165148

149+
>[!Note]
150+
>If you use the self hosted integration runtime version 5.36.8726.3 or higher, update your Oracle server side settings to opt in these secure algorithms:
151+
>
152+
>- The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for **OAS encryption**.
153+
>
154+
> - AES256
155+
> - AES192
156+
> - 3DES168
157+
> - AES128
158+
> - 3DES112
159+
> - DES
160+
>
161+
>- The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for **OAS data integrity**.
162+
> - SHA256
163+
> - SHA384
164+
> - SHA512
166165
167166
**Example:**
168167

0 commit comments

Comments
 (0)