In order to successfully run Repstance replication Processes both Source and Target databases have to be configured. The configuration depends on the database role (Source, Target) and RDBMS type. To make the database configuration process simple, Repstance implements “prepare database” command that is used to install all necessary objects and enable database functionality needed for Repstance process (see Prepare Source Database and Prepare Target Database for more details). Alternatively, the command can be used to generate SQL script that is “preparing” database, so user can evaluate database changes and if desired to run the script manually.
Repstance implements the “validate database” command, that is used to ensure that all necessary database objects are correctly initialised and the database is ready for replication.
To remove Repstance objects for a database the “remove” command is used.
See the following for details on the commands usage:
Prev page:
Objects and Data TransformationNext page:
Prepare Source Database