How converting WE8MSWIN1252 character set to AL32UTF8 character set
474310Jan 19 2007 — edited Jan 19 2007I've DB 9i (Windows) with WE8MSWIN1252 character set and i need to export a table (with XML columns) every day to the DB 10g (XE - Linux) with AL32UTF8 character set.
The export / import must be made every day, to update the data of a Web site.
If i export from export utility of Windows, copy by ftp to the Linux the dump file and import with the import utility of Linux, there are some characters that are not understood and are replaced by '?'
Somebody recommends something to me?