Symptom
During data migration, garbled characters cannot be written into OceanBase Database V3.1.2.
Solution
Log on to the sys tenant from OceanBase Client (OBClient).
obclient -h host IP address -P port number -u username -p 'password' -D default database -Ac --prompt "OceanBase(\u@\d)> "Execute the following statement to set the value of
_enable_static_typing_enginetofalse:ALTER SYSTEM SET _enable_static_typing_engine = false;