To handle few special characters, we changed string_units database configuration parameter from default SYSTEM to CODEUNITS32.
Based on IBM DB2 Knowledge Center, there are three methods to achieve this.
1.Set the NLS_STRING_UNITS global variable
2.Update the string_units database configuration parameter
- Alter the column by defining new character set (
CODEUNITS16orCODEUNITS32)
We have used the second option and restarted the instance. Still it's not working as expected. Have we missed any steps?
Is the reorg required on the table? What happens to the already existing data ?
db2level - 10.5 fp5
OS : Windows