ora7.3 与ora8i之间数据互导,汉字为何变成"靠靠靠"
编号:QA004307
建立日期: 2001年7月17日 最后修改日期:2001年7月17日
所属类别:
zcg:
操作系统:windows2000
编程工具:oracle
问题:ora7.3 与ora8i之间数据互导,汉字为何变成"靠靠靠"?
水平: 刚入门
回答:
Maybe the problem is caused by not proper NLS setting. You must make sure the following have been done while you are going to transfer data between 7 and 8:
1. The character set of the source and target database should be the same.(for example, both are set to ZHS16GBK)
2. While importing and exporting, set the system environment variable NLS_LANG to the preper value(for example, set to "american_america.ZHS16GBK")
hope it would be helpful.
此问题由stephenl回答。
| |
|
|
| |
|
|