The “prepare database=target” command is used to configure a database as a Target. The command must be executed before running the Apply Process to create the necessary database objects:
repcli prepare database=target dbtype={oracle|mssql|redshift|postgresql|mysql|snowflake} generatesql={0|1}\
[Target database connection parameters] \
The input parameters are:
The details on the “Target database connection parameters” are provided here:
Server response:
In the Web User Interface, the Target database is prepared when you create or edit an Apply process:
Click on the database icon and provide the database connectivity parameters.
Click "Test Connection" and then click “Prepare for Replication” button to prepare the database. Alternatively you can generate script that prepares database and execute it in the Target database:
Prev page:
Oracle as SourceNext page:
Oracle as Target