Hi,
Assuming client system's character set was ZHS16GBK ( 2 bytes for each character ), and both server's and Oracle database system's character set was UTF-8 ( 3 bytes for each character ).
If we run SQLPLUS from client system ( with Oracle client installed ) and insert a Chinese character ( 2 bytes per character) into a table, will the Chinese character be automatically converted to UTF-8 ( 3 bytes per character ) when it was stored in Oracle database table.
Do we need to set anything in order for the conversion to take place automatically?
Thanks & best regards,