You want to ensure that the Maximum Length and Query Length properties for a text item are compatible with multiple-byte character sets.
What must you do?
A.
Set the Data Length Semantics property to CHAR, and ensure that the corresponding database column has a length declaration of CHAR.
B.
Set the Data Length Semantics property to BYTE, and ensure that the corresponding database column has a length declaration of BYTE.
C.
Set the Data Length Semantics property to CHAR, and set the environment variable NLS_LENGTH_SEMANTICS to CHAR.
D.
Set the Data Length Semantics property to BYTE, and set the environment variable NLS_LENGTH_SEMANTICS to BYTE.