Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All statements are replicated.1

Other statements

All other statements are not replicated. 

 

 

***

1  Truncate

Truncate is the one DDL command that is replicated from Oracle to non Oracle databases.  Truncate Truncate is replicated by default whether you have DDL replication turned on or not due to the the MINE_TRUNCATE_WITHOUT_DDL parameter.

Replication of DDL to non Oracle databases ignores partition clauses so DDL is affecting the whole table.

Please set MINE_TRUNCATE_WITHOUT_DDL=NO to avoid this scenario.


Other statements

All other statements are not replicated. 



***