Oracle DB 12.1.0.2
Solaris 11
Striim as ETL tool (GG trail Reader)
Hello Team,
we are doing replication from Oracle to Kudu. DDl replication is not supported from Oracle to Kudu since they are heterogeneous env. Otherwise replication will result in error.
I have added the following parameter in the extract.
EXTRACT EXTDWH
USERIDALIAS oggscb_dwh
DDL INCLUDE MAPPED &
EXCLUDE OPTYPE ALTER OBJTYPE 'TABLE' INSTR 'ADD PARTITION'
Do you think it is a good option?
Thanks,
Roshan