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.
Note |
---|
For datatype mapping between Oracle and MySQL, please see Supported Datatypes |
To check if all target tables are stored in InnoDB:
...
Currently, no DDL replication is supported for MySQL with the exception of the TRUNCATE command.
For Dbvisit Replicate to connect to a MySQL database, a MySQL client installation is required. A MySQL client installation is required for:
...