Getting started with Advanced Replication: an evaluation setup
This topic gives instructions on setting up a simple Advanced Replication system that demonstrates the basic functionality of synchronizing data between two databases. The topic contains sample scripts that are also included in the solidDB installation package.
Fast path
Instead of going through the steps in this topic and setting up the evaluation environment manually, you can use the Advanced Replication sample that is shipped with solidDB, see Advanced Replication sample.
Before you start
The evaluation setup procedure assumes the following familiarity with working with solidDB:
▪ Basic administration of solidDB, such as installing, starting, shutting down, configuring network names, and so on.
▪ Working with solidDB, such as connecting to the database, running SQL statements.
Note In Advanced Replication, synchronization is implemented with SQL statements. The data synchronization SQL statements that are described in this section can be used with the solidDB SQL Editor (solsql), as well as with the ODBC and JDBC APIs.
▪ solidDB SQL stored procedure programming.
▪ Fundamentals of solidDB Advanced Replication architecture.
Note The steps and scripts use a number of system stored procedures to configure the synchronization environment. Instead of using the stored procedures, you can configure the environment by using SQL statements. For more information about the SQL statements, see Setting up databases for synchronization.
If the set up of the Advanced Replication environment (by using the stored procedures) fails for any reason, you might need to use the SQL statements to remove and modify configuration information.
Overview
To set up, configure, and use solidDB to use the Advanced Replication technology sample, complete the following steps: