Replicat Abending Because Of Bad Character In Source
(Doc ID 2586975.1)
Last updated on JULY 20, 2024
Applies to:
Oracle GoldenGate Application Adapters - Version 12.3 and laterInformation in this document applies to any platform.
Symptoms
We are running OGGBD version 12.3.0.1.2. The replicats are failing due to malformed input charecters from source. We have tried using REPLACEBADCHAR option to mask the source character, but it is not working.
=ERROR 2019-08-29 15:54:07.000087 [main] - Unable to unpack column 18 : java.nio.charset.MalformedInputException: Input length = 1
Exception in thread "main" org.msgpack.core.MessageStringCodingException: java.nio.charset.MalformedInputException: Input length = 1
at org.msgpack.value.Variable$AbstractRawValueAccessor.asString(Variable.java:682)
at oracle.goldengate.datasource.UserExitDataSource.createColumnValue(UserExitDataSource.java:984)
Caused by: java.nio.charset.MalformedInputException: Input length = 1
at java.nio.charset.CoderResult.throwException(CoderResult.java:281)
at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:816)
at org.msgpack.value.Variable$AbstractRawValueAccessor.asString(Variable.java:679)
... 1 more
Changes
REPLACEBADCHAR option can be used
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |