You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-oracle.md
+1-18Lines changed: 1 addition & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
7
7
ms.subservice: data-movement
8
8
ms.custom: synapse
9
9
ms.topic: conceptual
10
-
ms.date: 03/27/2024
10
+
ms.date: 08/10/2023
11
11
ms.author: jianleishen
12
12
---
13
13
@@ -146,23 +146,6 @@ To enable encryption on Oracle connection, you have two options:
146
146
3. Place the `truststore` file on the self-hosted IR machine. For example, place the file at C:\MyTrustStoreFile.
147
147
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>`.
148
148
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**.
This article provides suggestions to troubleshoot common problems with the Oracle connector in Azure Data Factory and Azure Synapse.
19
19
20
-
## Oracle
21
-
22
-
### Error code: ArgumentOutOfRangeException
20
+
## Error code: ArgumentOutOfRangeException
23
21
24
22
-**Message**: `Hour, Minute, and Second parameters describe an un-representable DateTime.`
25
23
@@ -31,6 +29,28 @@ This article provides suggestions to troubleshoot common problems with the Oracl
31
29
32
30
To learn the byte sequence in the result, see [How are dates stored in Oracle?](https://stackoverflow.com/questions/13568193/how-are-dates-stored-in-oracle).
33
31
32
+
33
+
## Add secure algorithms when using the self-hosted integration runtime version 5.36.8726.3 or higher
34
+
35
+
-**Symptoms**: When you use the self-hosted integration runtime version 5.36.8726.3 or higher, you meet this error message: `[Oracle]ORA-12650: No common encryption or data integrity algorithm`.
36
+
37
+
-**Cause**: The secure algorithm is not added to your Oracle server.
38
+
39
+
-**Recommendation**: Update your Oracle server settings to add these secure algorithms:
40
+
41
+
- The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for OAS (Oracle Advanced Security) encryption.
42
+
- AES256
43
+
- AES192
44
+
- 3DES168
45
+
- AES128
46
+
- 3DES112
47
+
- DES
48
+
49
+
- The following algorithms are deemed as secure by OpenSSL, and will be sent along to the server for OAS (Oracle Advanced Security) data integrity.
50
+
- SHA256
51
+
- SHA384
52
+
- SHA512
53
+
34
54
## Related content
35
55
36
56
For more troubleshooting help, try these resources:
0 commit comments