Database Ingestion and Replication > Default data-type mappings > Oracle Source and Microsoft Fabric Data Warehouse Target
  

Oracle Source and Microsoft Fabric Data Warehouse Target

The following table identifies the recommended data-type mappings for Database Ingestion and Replication configurations with an Oracle source and a Microsoft Fabric Data Warehouse target:
Oracle Source Data Type
Microsoft Fabric Data Warehouse Target Data Type
CHAR
varchar(n)
VARCHAR2
varchar(n)
NCHAR
varchar(n)
NVARCHAR2
varchar(n)
FLOAT
varchar(255)
BINARY_FLOAT
float
BINARY_DOUBLE
float
DATE
datetime2
ROWID
varchar(18)
RAW
varbinary(n)
Note: If necessary, you can create custom data-type mappings when you define a database ingestion and replication task. For more information, see "Data Type Rules" in Configure a Microsoft Fabric Data Warehouse target.