Skip to content

Commit 38e5ae3

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Remove Note
1 parent f96f04c commit 38e5ae3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/data-factory/connector-oracle.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -517,17 +517,17 @@ When you copy data from and to Oracle, the following interim data type mappings
517517
| VARCHAR2 |String |String |
518518
| XMLTYPE |String |String |
519519

520-
> [!NOTE]
521-
> NUMBER(p,s) is mapped to the appropriate version 2.0 interim service data type depending on the precision (p) and scale (s):
522-
>
523-
> | Interim service data type | Condition |
524-
> |:--------------------------|:----------------------------------------------------------------------------------------------------------------|
525-
> | Int16 | scale <= 0 AND (precision - scale) < 5 |
526-
> | Int32 | scale <= 0 AND 5 <= (precision - scale) < 10 |
527-
> | Int64 | scale <= 0 AND 10 <= (precision - scale) < 19 |
528-
> | Single | precision < 8 AND ((scale <= 0 AND (precision - scale) <= 38) OR (scale &gt; 0 AND scale <= 44)) |
529-
> | Decimal | precision &gt;= 16
530-
> | Double | If none of the above conditions are met. |
520+
521+
NUMBER(p,s) is mapped to the appropriate version 2.0 interim service data type depending on the precision (p) and scale (s):
522+
523+
| Interim service data type | Condition |
524+
|:--------------------------|:----------------------------------------------------------------------------------------------------------------|
525+
| Int16 | scale <= 0 AND (precision - scale) < 5 |
526+
| Int32 | scale <= 0 AND 5 <= (precision - scale) < 10 |
527+
| Int64 | scale <= 0 AND 10 <= (precision - scale) < 19 |
528+
| Single | precision < 8 AND ((scale <= 0 AND (precision - scale) <= 38) OR (scale &gt; 0 AND scale <= 44)) |
529+
| Decimal | precision &gt;= 16
530+
| Double | If none of the above conditions are met. |
531531

532532
## Lookup activity properties
533533

0 commit comments

Comments
 (0)