Skip to content

Commit 24cc491

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update property and difference section
1 parent 889bb2d commit 24cc491

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/connector-oracle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -615,12 +615,12 @@ Here are steps that help you upgrade the Oracle connector:
615615
| tnsnamesfile | TNS_ADMIN (environment variable supported on the self-hosted integration runtime)  |
616616
| servername | server (property) |
617617
| enablebulkload<br>Value: 1, 0 | enableBulkLoad (additional property)<br>Value: true, false |
618-
| fetchtswtzastimestamp<br>Value: 1, 0 | FetchTswtzAsTimestamp (additional property)<br>Value: true, false |
618+
| fetchtswtzastimestamp<br>Value: 1, 0 | fetchTswtzAsTimestamp (additional property)<br>Value: true, false |
619619
| alternateservers | DESCRIPTION_LIST (server parameter) |
620620
| arraysize | fetchSize (additional property) |
621-
| cachedcursorlimit | StatementCacheSize (additional property) |
621+
| cachedcursorlimit | statementCacheSize (additional property) |
622622
| connectionretrycount | RETRY_COUNT (server parameter) |
623-
| initializationstring | InitializationString (additional property) |
623+
| initializationstring | initializationString (additional property) |
624624
| logintimeout | CONNECT_TIMEOUT (server parameter) |
625625
| cryptoprotocolversion | SSL_VERSION (server parameter) |
626626
| truststore | WALLET_LOCATION (server parameter) |
@@ -669,6 +669,6 @@ The Oracle connector version 2.0 offers new functionalities and is compatible wi
669669

670670
| Version 2.0 | Version 1.0  |
671671
|:--- |:--- |
672-
|The following mappings are used from Oracle data types to interim data types used by the service internally. <br><br>NUMBER(p,s) -> Single, Double or Decimal based on its precision and scale <br>FLOAT(p)-> Double or Decimal based on its precision <br>NUMBER -> Decimal <br>TIMESTAMP WITH TIME ZONE -> DateTimeOffset <br>INTERVAL YEAR TO MONTH -> Int64 <br>INTERVAL DAY TO SECOND -> TimeSpan |The following mappings are used from Oracle data types to interim data types used by the service internally. <br><br>NUMBER(p,s) -> Decimal or String based on its precision <br>FLOAT(p)-> Double <br>NUMBER -> Double <br>TIMESTAMP WITH TIME ZONE -> DateTime <br>INTERVAL YEAR TO MONTH -> String <br>INTERVAL DAY TO SECOND -> String |
672+
|The following mappings are used from Oracle data types to interim data types used by the service internally. <br><br>NUMBER(p,s) -> Int16, Int32, Int64, Double, Single, Decimal <br>FLOAT(p)-> Double or Decimal based on its precision <br>NUMBER -> Decimal <br>TIMESTAMP WITH TIME ZONE -> DateTimeOffset <br>INTERVAL YEAR TO MONTH -> Int64 <br>INTERVAL DAY TO SECOND -> TimeSpan |The following mappings are used from Oracle data types to interim data types used by the service internally. <br><br>NUMBER(p,s) -> Decimal or String based on its precision <br>FLOAT(p)-> Double <br>NUMBER -> Double <br>TIMESTAMP WITH TIME ZONE -> DateTime <br>INTERVAL YEAR TO MONTH -> String <br>INTERVAL DAY TO SECOND -> String |
673673
| convertDecimalToInteger in copy source is not supported.  | Support convertDecimalToInteger in copy source.  |
674674
| Using `?` as a placeholder for script activity query parameters is not support. You can use the named parameter (such as `:paramA`) or the positional parameter (such as `:1`) as a replacement. | Support using `?` as a placeholder for script activity query parameters.  |

0 commit comments

Comments
 (0)