|
Re: character problem of migration [message #58021 is a reply to message #58010] |
Fri, 25 July 2003 12:15 |
Thomas G
Messages: 58 Registered: April 2003
|
Member |
|
|
First check the Character set of the DB :
do an "select * from nls_database_parameters" when connected as system - user. And remember [[NLS_LANGUAGE]], [[NLS_TERRITORY]] and [[NLS_CHARACTERSET]]
On Windows (Where Excel is running, I assume) check with regedit, that HKEY_LOCAL_MACHINEsoftwareoracehome0nls_lang is matching.
It should be [[NLS_LANGUAGE]]_[[NLS_TERRITORY]].[[NLS_CHARACTERSET]] with the same values as the select before.
|
|
|