Interface | Purpose |
---|---|
SQL DDL in source database | Define partitions for Logreader, to enable the replicator to read the transaction log by using the log API. The metadata is stored in the system tables of the source database. |
Replicator commands | SQL statements executed in the replicator on the target database to get access to source databases and start or stop replication. Metadata about source databases is stored in system tables of the target database. |
solid.ini for the replicator | Configuration information about replicator configuration parameters. |
solmsg.out solerror.out soltrace.out | Files in working directory of the target database. The files contain the following information: ▪ replication start and stop commands, load start and completion information (solmsg.out), ▪ replicator internal errors (solerror.out), ▪ replicator tracing information, if enabled by administrator (soltrace.out). |
Replication conflicts and errors | Replicator stores errors and detected data conflicts information in the following target database system tables: ▪ SYS_REPLICATION_CONFLICTS ▪ SYS_REPLICATION_ERRORS |