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.
Note: You can only use this parameter if mirror_td_apply_method has
been set to
JDBC
.