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 semantics -
Constructor Summary
ConstructorsConstructorDescriptionOracleErrorHandler(OracleConnectorConfig connectorConfig, ChangeEventQueue<?> queue) -
Method Summary
Methods inherited from class io.debezium.pipeline.ErrorHandler
getProducerThrowable, isCustomRetriable, 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
-
-
Method Details
-
isRetriable
- Overrides:
isRetriablein classErrorHandler
-