refresh_expected_errors_list
Use this system parameter when you want CDC Replication to ignore one or more database errors when refreshing data to the target.
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.