@@ -517,17 +517,17 @@ When you copy data from and to Oracle, the following interim data type mappings
517
517
| VARCHAR2 | String | String |
518
518
| XMLTYPE | String | String |
519
519
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 > ; 0 AND scale <= 44)) |
529
- > | Decimal | precision > ; = 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 > ; 0 AND scale <= 44)) |
529
+ | Decimal | precision > ; = 16
530
+ | Double | If none of the above conditions are met. |
531
531
532
532
## Lookup activity properties
533
533
0 commit comments