You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| NUMBER | string | For NUMBER types defined without a precision and scale. Users can manually set output schema to map it to Decimal. |
68
+
| NUMBER | decimal | For NUMBER types defined with a precision and scale. |
69
+
| FLOAT | double ||
70
+
| LONG | string ||
71
+
| DATE | timestamp ||
72
+
| BINARY_FLOAT | float ||
73
+
| BINARY_DOUBLE | double ||
74
+
| TIMESTAMP | datetime | Users can manually set output schema to map it to Timestamp. |
75
+
| TIMESTAMP WITH TIME ZONE | timestamp | Users can manually set output schema to map it to String. |
76
+
| TIMESTAMP WITH LOCAL TIME ZONE | datetime | Users can manually set output schema to map it to Timestamp. |
77
+
| INTERVAL YEAR TO MONTH | string | Oracle's 'INTERVAL YEAR TO MONTH' literal in the standard format: "year[-month]" |
78
+
| INTERVAL DAY TO SECOND | string | Oracle's 'INTERVAL DAY TO SECOND' literal in the standard format: "[day][hour][:minutes][:seconds[.milliseconds]" |
79
+
| RAW | bytes ||
80
+
| LONG RAW | bytes ||
81
+
| ROWID | string ||
82
+
| UROWID | string ||
83
+
| CHAR | string ||
84
+
| NCHAR | string ||
85
+
| CLOB | string ||
86
+
| NCLOB | string ||
87
+
| BLOB | bytes ||
88
+
| BFILE || BFILE data type is not supported for the sink |
| NUMBER | string | For NUMBER types defined without a precision and scale. Users can manually set output schema to map it to Decimal. |
82
+
| NUMBER | decimal | For NUMBER types defined with a precision and scale. |
83
+
| FLOAT | double ||
84
+
| LONG | string ||
85
+
| DATE | timestamp ||
86
+
| BINARY_FLOAT | float ||
87
+
| BINARY_DOUBLE | double ||
88
+
| TIMESTAMP | datetime | Users can manually set output schema to map it to Timestamp. |
89
+
| TIMESTAMP WITH TIME ZONE | timestamp | Users can manually set output schema to map it to String. |
90
+
| TIMESTAMP WITH LOCAL TIME ZONE | datetime | Users can manually set output schema to map it to Timestamp. |
91
+
| INTERVAL YEAR TO MONTH | string ||
92
+
| INTERVAL DAY TO SECOND | string ||
93
+
| RAW | bytes ||
94
+
| LONG RAW | bytes ||
95
+
| ROWID | string ||
96
+
| UROWID | string ||
97
+
| CHAR | string ||
98
+
| NCHAR | string ||
99
+
| CLOB | string ||
100
+
| NCLOB | string ||
101
+
| BLOB | bytes ||
102
+
| BFILE | bytes | BFILE is a data type used to store a locator (link) to an external file, which is stored outside of the database. Only the locator will be read from an Oracle table and not the content of the external file. |
0 commit comments