The table displays the mapping for Oracle as a source to Avro as a target.
Oracle | Avro |
---|---|
BLOB | bytes |
CLOB | string |
date | string |
DECIMAL | float |
Double Precision | double |
int | int |
long | Not Supported |
long raw | Not Supported |
nchar | string |
char | string |
nclob | string |
number | float |
RAW | Not Supported |
FLOAT | float |
varchar | string |
varchar2 | string |
nvarchar2 | string |
nvarchar | string |
xmltype | Not Supported |
timestamp | string |
real | float |
SDO_GEOMETRY | Not Supported |
ST_GEOMETRY | Not Supported |