Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-17154

Cannot map Oracle character to Unicode.

Cause

The program attempted to use a character in the Oracle character set that cannot be mapped to Unicode.


Action

Write a separate exception handler for the invalid character, or call the withReplacement method so that the invalid character can be replaced with a valid replacement character.