Database Error Messages

ORA-17182

Character converter overrun error

Cause

An attempt is being made to retrieve the next character using CharacterWalker.nextCharacter(), in a sequence of bytes represented as a CharacterWalker, where the cursor has reached beyond the end of the byte sequence.


Action

Ensure that CharacterWalker.nextCharacter() is called only until the end of the byte sequence that is being converted.