Skip to content

Commit 47e824c

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update Note according to comments
1 parent c8f94aa commit 47e824c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/data-factory/connector-oracle.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@ 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+
5673
## Get started
5774

5875
[!INCLUDE [data-factory-v2-connector-get-started](includes/data-factory-v2-connector-get-started.md)]
@@ -146,23 +163,6 @@ To enable encryption on Oracle connection, you have two options:
146163
3. Place the `truststore` file on the self-hosted IR machine. For example, place the file at C:\MyTrustStoreFile.
147164
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>`.
148165

149-
>[!Note]
150-
> 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-
> - AES256
154-
> - AES192
155-
> - 3DES168
156-
> - AES128
157-
> - 3DES112
158-
> - DES
159-
>
160-
>The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for **OAS data integrity**.
161-
> - SHA256
162-
> - SHA384
163-
> - SHA512
164-
165-
166166

167167
**Example:**
168168

0 commit comments

Comments
 (0)