Skip to main content
Feedback

Oracle datatype mapping

Type mapping

Oracle data types are matched with Data Integration data types while extracting your data. If a data type is not supported, it is mapped as a String type.

The following table shows the mapping of Oracle data types to Data Integration-compatible types:

Oracle TypeData Integration Type
BLOBSTRING
DATETIMESTAMP
TIMESTAMPTIMESTAMP
VARCHARSTRING
NVARCHARSTRING
CHARSTRING
FLOATFLOAT
CLOBSTRING
DOUBLE_PRECISIONFLOAT
INTERVALTIMESTAMP
LONGINTEGER
NCLOBSTRING
NUMBERFLOAT
RAWSTRING
ROWIDINTEGER
VARCHAR2STRING
NVARCHAR2STRING

Unsupported data types

Source data typeTarget
ANYDATAAll
VARRAYAll
NESTED TABLEAll
URITYPEAll
On this Page