Database Error Messages

OCI-17155

Cannot map Unicode to Oracle character.

Cause

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


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.