|
Be careful about the NLS_LANG value between two test results.
It is this that makes the difference.
The target database 's charset is we8dec.
Maybe u also suffer from the same reason.
When doing export, if your host env NLS_LANG differs from the source database charset , Oracle export will do some potential char convers,Maybe this is why we exp /imp the same database and the charset getting wrong.
Hope it helps. |
|