Versions Compared

Key

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

In all replications, source must be an Oracle database. Thus, two-way replication with MySQL is not supported.
All target tables must be stored in InnoDB engine, as Dbvisit Replicate depends on correct transaction handling (such as rollback) to reliably restart after a shutdown or failure. The internal tables are stored in InnoDB engine as well.

 

To check if all target tables are stored in InnoDB:

No Format
mysql> SELECT TABLE_NAME, ENGINE FROM information_schema.TABLES where TABLE_SCHEMA = 'YOUR_SCHEMA';

 

To convert the table to InnoDB:

...

  • Server that runs the setup wizard 
  • Server that runs the Mine process
  • Server that runs the Dbvisit Replicate command console

 

Note
  • Navicat Premium can be used to load data from oracle to MySQL in order to sync source and target environment before initiating replication.
  • Currently, no DDL replication is supported for Oracle to MySQL Replication.
  • Timestamp datatype of Oracle is not supported for Oracle to MySQL Replication.

...