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

文档解释

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

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

Action: Ensure that the given size is even.

你可能感兴趣的