At the moment the only SQL Server and Oracle are supported as a Source Database. The “prepare database=source” command is used to prepare both type of database a Source, however depending on the RDBMS type the parameters can be different:
repcli prepare database=source dbtype={mssql|oracle} \
[Source database connection parameters] \
[Source database specific parameters] \
generatesql={0|1}
The input parameters are:
The details on the “Source database connection parameters” and “Source database specific parameters” are provided here:
Server response:
In the Web User Interface, the Source database is prepared when you create or edit a capture process.
To prepare a database, click Add Capture in the main dashboard and click on database logo:
Provide database connectivity parameters in the “Database Settings” form:
Click "Test Connection" to connect to the database and click “Prepare for Replication” to prepare the database. Alternatively you can generate script that prepares database and execute it directly in the Source database:
Prev page:
DATABASE CONFIGURATION COMMANDSNext page:
SQL Server as Source