Package io.debezium.connector.oracle
Class OracleErrorHandler
java.lang.Object
io.debezium.pipeline.ErrorHandler
io.debezium.connector.oracle.OracleErrorHandler
Error handle for Oracle.
- Author:
- Chris Cranford
-
Field Summary
FieldsModifier and TypeFieldDescriptionContents of this set should only be ORA-xxxxx errors; The error check uses starts-with semanticsContents of this set should be any type of error message text; The error check uses case-insensitive contains semanticsFields inherited from class io.debezium.pipeline.ErrorHandler
RETRIES_DISABLED, RETRIES_UNLIMITED -
Constructor Summary
ConstructorsConstructorDescriptionOracleErrorHandler(OracleConnectorConfig connectorConfig, ChangeEventQueue<?> queue, ErrorHandler replacedErrorHandler) -
Method Summary
Methods inherited from class io.debezium.pipeline.ErrorHandler
communicationExceptions, getProducerThrowable, getRetries, hasMoreRetries, isCustomRetriable, resetRetries, setProducerThrowable
-
Field Details
-
RETRIABLE_ERROR_CODES
Contents of this set should only be ORA-xxxxx errors; The error check uses starts-with semantics -
RETRIABLE_ERROR_MESSAGES
Contents of this set should be any type of error message text; The error check uses case-insensitive contains semantics
-
-
Constructor Details
-
OracleErrorHandler
public OracleErrorHandler(OracleConnectorConfig connectorConfig, ChangeEventQueue<?> queue, ErrorHandler replacedErrorHandler)
-
-
Method Details
-
isRetriable
- Overrides:
isRetriablein classErrorHandler
-