Limitations
Suggest editsA limited number of Oracle data types and features aren't supported by EDB Data Migration Service (EDB DMS).
See the Debezium documentation for detailed comments on supported data types.
Unsupported Oracle data types include:
- BFILE
- LONG
- LONG RAW
- RAW
- UROWID
- User-defined types (REF, Varrays, Nested Tables)
- ANY
- XML
- Spatial
EDB DMS supports replicating Oracle tables that contain BLOB, CLOB, or NCLOB columns only if these also have the PRIMARY KEY
constraint. If the tables don't have the PRIMARY KEY
constraint, the streaming replication will only support INSERT operations.
BINARY_FLOAT
and BINARY_DOUBLE
types in Oracle that might contain Nan
, +INF
, and -INF
values are not supported by EDB DMS.
Could this page be better? Report a problem or suggest an addition!