Skip to content

Commit 955a4ca

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update content
1 parent b19d07b commit 955a4ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-troubleshoot-oracle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ This article provides suggestions to troubleshoot common problems with the Oracl
3535

3636
- **Cause**: The secure algorithm is not added to your Oracle server.
3737

38-
- **Recommendation**: Update your Oracle server settings to add these secure algorithms:
38+
- **Recommendation**: Update your Oracle server settings to add these secure algorithms if they are not already included:
3939

40-
- For **SQLNET.ENCRYPTION_TYPES_SERVER**, add the following algorithms that are deemed as secure by OpenSSL and will be sent along to the server for OAS (Oracle Advanced Security) encryption.
40+
- For **SQLNET.ENCRYPTION_TYPES_SERVER**, need to add the following algorithms that are deemed as secure by OpenSSL and will be sent along to the server for OAS (Oracle Advanced Security) encryption.
4141
- AES256
4242
- AES192
4343
- 3DES168
4444
- AES128
4545
- 3DES112
4646
- DES
4747

48-
- For **SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER**, add the following algorithms that are deemed as secure by OpenSSL and will be sent along to the server for OAS (Oracle Advanced Security) data integrity.
48+
- For **SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER**, need to add the following algorithms that are deemed as secure by OpenSSL and will be sent along to the server for OAS (Oracle Advanced Security) data integrity.
4949
- SHA256
5050
- SHA384
5151
- SHA512

0 commit comments

Comments
 (0)