Skip to content

Commit c0cadea

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update table
1 parent bacf770 commit c0cadea

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
@@ -518,13 +518,13 @@ When you copy data from and to Oracle, the following interim data type mappings
518518
> NUMBER(p,s) is mapped to the appropriate version 2.0 interim service data type depending on the precision (p) and scale (s):
519519
>
520520
> | Interim service data type | Condition |
521-
> |--------------------------|----------------------------------------------------------------------------------------------------------------|
521+
> |:--------------------------|:----------------------------------------------------------------------------------------------------------------|
522522
> | Int16 | scale <= 0 AND (precision - scale) < 5 |
523523
> | Int32 | scale <= 0 AND 5 <= (precision - scale) < 10 |
524524
> | Int64 | scale <= 0 AND 10 <= (precision - scale) < 19 |
525-
> | Single | precision < 8 AND ((scale <= 0 AND (precision - scale) <= 38) OR (scale > 0 AND scale <= 44)) |
526-
> | Decimal | precision &gt;= 16 |
527-
> | Double | If none of the above conditions are met. | |
525+
> | Single | precision < 8 AND ((scale <= 0 AND (precision - scale) <= 38) OR (scale &gt; 0 AND scale <= 44)) |
526+
> | Decimal | precision &gt;= 16
527+
> | Double | If none of the above conditions are met. |
528528
529529
## Lookup activity properties
530530

0 commit comments

Comments
 (0)