Skip to content

Commit c8f94aa

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update Note details
1 parent 11ffba1 commit c8f94aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-oracle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,17 +147,17 @@ To enable encryption on Oracle connection, you have two options:
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

149149
>[!Note]
150-
> Update your sever side settings to opt in these secure algorithms:
150+
> Update your Oracle server side settings to opt in these secure algorithms:
151151
>
152-
> The following algorithms are deemed as secure by OpenSSL, and will be sent along to the sever for **OAS encryption**.
152+
> The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for **OAS encryption**.
153153
> - AES256
154154
> - AES192
155155
> - 3DES168
156156
> - AES128
157157
> - 3DES112
158158
> - DES
159159
>
160-
>The following algorithms are deemed as secure by OpenSSL, and will be sent along to the sever for **OAS data integrity**.
160+
>The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for **OAS data integrity**.
161161
> - SHA256
162162
> - SHA384
163163
> - SHA512

0 commit comments

Comments
 (0)