To ensure that the source database is ready for replication, you need to validate its configuration and readiness. The validate command is used to check if the database meets all necessary requirements and is properly configured to support replication processes. It helps identify potential issues before initiating the replication process, ensuring a smoother and more reliable setup.
repcli validate database=source|target dbtype={oracle|mssql|redshift|postgresql|mysql|snowflake} \
[Source or Target database connection parameters] \
[Source database specific parameters]
The input parameters are:
The details on the “Source database connection parameters” and “Source database specific parameters” are provided here:
The details on the “Target database connection parameters” are provided here:
Server response:
Prev page:
Redshift as TargetNext page:
Remove Repstance Objects from Database