Oracle Error ORA-22141: given size [string] must be even in UTF-16 environment

Oracle Error Message

ORA-22141: given size [string] must be even in UTF-16 environment

Reason for the Error

The given resize size is odd. In a UTF-16 environment, all characters are 2 bytes in length.

Solution

Ensure that the given size is even.