Home > database >  Oracle character set different problems
Oracle character set different problems

Time:09-18

Need data collection and several other systems, hereinafter referred to as A, B, C system,
A, B, C system to A different server, ORACLE database, different character sets, A is US7ASCII, B and C is ZHS16GBK,
Now need A server of its own through oraoledb acquisition. A, B, C three database data,
How to set up this machine, can let A, B, C collected data server not garbled?

CodePudding user response:

Can use AL32UTF 8, 8 AL32UTF contains all of the other in the oracle code, for the three library I think just use ZHS16GBK, ZHS16GBK is a superset of US7ASCII, containing the US7ASCII coding,

CodePudding user response:

16 GBK line, you use utf8 also change field length,
You could not handle errors should be not garbled
  • Related