Skip to content

Commit 11ffba1

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update Note content
1 parent 9f4c047 commit 11ffba1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/data-factory/connector-oracle.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ To enable encryption on Oracle connection, you have two options:
146146
3. Place the `truststore` file on the self-hosted IR machine. For example, place the file at C:\MyTrustStoreFile.
147147
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>`.
148148

149-
>[!Note]
149+
>[!Note]
150+
> Update your sever side settings to opt in these secure algorithms:
151+
>
150152
> The following algorithms are deemed as secure by OpenSSL, and will be sent along to the sever for **OAS encryption**.
151153
> - AES256
152154
> - AES192
@@ -160,6 +162,8 @@ To enable encryption on Oracle connection, you have two options:
160162
> - SHA384
161163
> - SHA512
162164
165+
166+
163167
**Example:**
164168

165169
```json

0 commit comments

Comments
 (0)