...
Info |
---|
|
- Replicating DDL is not currently supported in this releasewith CSV as a target.
- Also, adding Adding (and preparing) new tables to the replication set is not currently supported when using Target CSV replication.
- In CSV output mode Dbvisit Replicate does its own buffering, and this is performed in memory. It essentially always operates according to a pessimistic commit model. This means that both the STAGING and TARGET directories only contain records of committed transactions, so you should not find the DATE_COMMIT column empty. However, at any point in time even for committed operations, some files are too small, or too early in the transaction process to be written.
- CSV output mode does preserve the ordering from the Oracle source database. Each new line written to these files was from an operation that happened after those already written, back on the source.
|
Setup Wizard Example
This example shows an Oracle-to-CSV one-way replication using the following information. We will be configuring the MINE and the APPLY on the same server in this example.
...