mirror_expected_errors_list

Use this system parameter when you want CDC Replication to ignore one or more database errors when applying data changes to the target during mirroring.

The error specified must correspond to the integer error code (database-vendor specific) returned by the SQLException class in JDBC (Java™ Database Connectivity). Specify multiple errors with a comma separated list of integer error codes.

Note: Latency may increase when using this system parameter since CDC Replication will not use JDBC array apply in order to track the errors specified.
Applies to
Target datastores
Values
Specify the acceptable database errors with a comma separated list of integer error codes.
For example, if you want CDC Replication to continue mirroring when it encounters error codes 5407 and 3706 in your Teradata target database, set this parameter to mirror_expected_errors_list=5407,3706.
Note: You can only use this parameter if mirror_td_apply_method has been set to JDBC.