Skip to content

Commit 3e89b32

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update LS table
1 parent f44c2c7 commit 3e89b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-teradata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ More connection properties you can set in connection string per your case:
102102
| portNumber |The port numbers when connecting to server through non-HTTPS/TLS connections. | 1025|
103103
| httpsPortNumber |The port numbers when connecting to server through HTTPS/TLS connections. |443 |
104104
| UseDataEncryption | Specifies whether to encrypt all communication with the Teradata database. Allowed values are 0 or 1.<br><br/>- **0 (disabled, default)**: Encrypts authentication information only.<br/>- **1 (enabled)**: Encrypts all data that is passed between the driver and the database. This setting is ignored for HTTPS/TLS connections.| `1` |
105-
| CharacterSet | The character set to use for the session. For example, `CharacterSet=UTF16`.<br><br/>This value can be a user-defined character set, or one of the following predefined character sets: <br/>- ASCII<br/>- ARABIC1256_6A0<br/>- CYRILLIC1251_2A0<br/>- HANGUL949_7R0<br/>- HEBREW1255_5A0<br/>- KANJI932_1S0<br/>- KANJISJIS_0S<br/>- LATIN1250_1A0<br/>- LATIN1252_3A0<br/>- LATIN1254_7A0<br/>- LATIN1258_8A0<br/>- CHINESE936_6R0<br/>- TCHINESE950_8R0<br/>- THAI874_4A0<br/>- UTF8<br/>- UTF16 | `ASCII` |
105+
| CharacterSet | The character set to use for the session. For example, `CharacterSet=UTF16`.<br><br/>This value can be a user-defined character set, or one of the following predefined character sets: <br/>- ASCII<br/>- ARABIC1256_6A0<br/>- CYRILLIC1251_2A0<br/>- HANGUL949_7R0<br/>- HEBREW1255_5A0<br/>- KANJI932_1S0<br/>- KANJISJIS_0S<br/>- LATIN1250_1A0<br/>- LATIN1252_3A0<br/>- LATIN1254_7A0<br/>- LATIN1258_8A0<br/>- SCHINESE936_6R0<br/>- TCHINESE950_8R0<br/>- THAI874_4A0<br/>- UTF8<br/>- UTF16 | `ASCII` |
106106
| MaxRespSize |The maximum size of the response buffer for SQL requests, in bytes. For example, `MaxRespSize=10485760`.<br/><br/>Range of permissible values are from `4096` to `16775168`. The default value is `524288`. | `524288` |
107-
| sslCrc |Controls the behavior of the connection depending on the result of the certificate revocation check. This setting is ignored when sslMode is not `Verify-Full`. Valid values including **Allow** and **Require**<br/>- **Allow**: The connection is established if the certificate revocation status is not Revoked. The connection is not terminated if the revocation status cannot be determined or is anything other than Revoked.<br/>- **Require**: The connection is established only if the revocation status is Good, otherwise it is terminated. | `Allow` |
107+
| sslCrc |Controls the behavior of the connection depending on the result of the certificate revocation check. This setting is ignored when sslMode is not `Verify-Full`. Valid values including **Allow** and **Require**.<br/>- **Allow**: The connection is established if the certificate revocation status is not Revoked. The connection is not terminated if the revocation status cannot be determined or is anything other than Revoked.<br/>- **Require**: The connection is established only if the revocation status is Good, otherwise it is terminated. | `Allow` |
108108
| sslCRCTimeout |Sets the maximum amount of time to be spent during the retrieval of OCSP response or certificate revocation list (CRL). A value of zero means no limits. This setting is ignored when sslMode is not `Verify-Full`. | `10` |
109109
| commandTimeout |The amount of time in seconds that the Data Provider waits for a response from Teradata. If the request is not processed within the specified commandTimeout, the request is aborted and the transaction is rolled back. A zero value indicates that the Data Provider should wait indefinitely for the SQL statement to execute. | `30` |
110110
| connectionTimeout |Represents the time to wait for establishment of a connection before terminating the attempt and generating an error. | `60` |

0 commit comments

Comments
 (0)